Home
last modified time | relevance | path

Searched refs:targets (Results 151 – 175 of 317) sorted by relevance

12345678910>>...13

/Linux-v6.1/arch/riscv/kernel/compat_vdso/
DMakefile21 targets := $(obj-compat_vdso) compat_vdso.so compat_vdso.so.dbg compat_vdso.lds macro
/Linux-v6.1/arch/csky/kernel/vdso/
DMakefile22 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds vdso-dummy.o macro
/Linux-v6.1/arch/arm64/kvm/vgic/
Dvgic-init.c161 irq->targets = 0; in kvm_vgic_dist_init()
290 irq->targets = 1U << idx; in vgic_init()
/Linux-v6.1/Documentation/kbuild/
Dmodules.rst113 targets are available.
138 List the available targets for external modules.
191 Additional functionality, such as test targets, can be included
210 # Module specific targets
244 # Module specific targets
273 # Module specific targets
/Linux-v6.1/arch/x86/kvm/
DMakefile47 targets += kvm-asm-offsets.s
/Linux-v6.1/arch/riscv/kernel/vdso/
DMakefile27 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds macro
/Linux-v6.1/arch/arm/vdso/
DMakefile13 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.so.raw vdso.lds macro
/Linux-v6.1/arch/microblaze/
DKconfig.platform5 # Platform selection Kconfig menu for MicroBlaze targets
/Linux-v6.1/drivers/md/
Ddm-table.c123 t->targets = n_targets; in alloc_targets()
459 prev = &t->targets[t->num_targets - 1]; in adjoin()
642 dm_device_name(t->md), t->targets->type->name); in dm_table_add_target()
648 ti = t->targets + t->num_targets; in dm_table_add_target()
973 !dm_target_is_immutable(t->targets[0].type)) in dm_table_get_immutable_target()
976 return t->targets; in dm_table_get_immutable_target()
1487 return &t->targets[(KEYS_PER_NODE * n) + k]; in dm_table_find_target()
/Linux-v6.1/tools/testing/radix-tree/
DMakefile28 targets: generated/map-shift.h generated/bit-length.h $(TARGETS) target
/Linux-v6.1/drivers/cxl/core/
Dhdm.c604 u64 targets; in cxl_decoder_commit() local
606 rc = cxlsd_set_targets(cxlsd, &targets); in cxl_decoder_commit()
613 writel(upper_32_bits(targets), tl_hi); in cxl_decoder_commit()
614 writel(lower_32_bits(targets), tl_lo); in cxl_decoder_commit()
/Linux-v6.1/drivers/scsi/ibmvscsi/
Dibmvfc.c678 list_for_each_entry(tgt, &vhost->targets, queue) in ibmvfc_link_down()
711 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_init_host()
1222 list_for_each_entry(tgt, &vhost->targets, queue) in __ibmvfc_get_target()
1800 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_relogin()
2086 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_bsg_plogi()
3029 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_terminate_rport_io()
3169 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_handle_async()
4742 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_alloc_target()
4749 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_alloc_target()
4806 list_add_tail(&tgt->queue, &vhost->targets); in ibmvfc_alloc_target()
[all …]
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dselection-api-intro.rst25 Rectangles for all cropping and composing targets are defined even if
Dselection-api-vs-crop-api.rst16 operations by setting the appropriate targets.
/Linux-v6.1/lib/
DMakefile292 targets += default.bconf
398 targets += $(TEST_FORTIFY_LOGS)
411 targets += $(TEST_FORTIFY_LOG)
/Linux-v6.1/arch/powerpc/boot/
DMakefile239 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a) zImage.lds
383 targets += $(image-y) $(initrd-y)
384 targets += $(foreach x, dtbImage uImage cuImage simpleImage treeImage, \
386 targets += $(foreach x, dtbImage uImage cuImage simpleImage treeImage, \
/Linux-v6.1/arch/arm64/kvm/hyp/nvhe/
DMakefile39 targets += $(hyp-obj) kvm_nvhe.tmp.o kvm_nvhe.rel.o hyp.lds hyp-reloc.S hyp-reloc.o
/Linux-v6.1/arch/um/drivers/
DMakefile26 targets := pcap_kern.o pcap_user.o vde_kern.o vde_user.o macro
/Linux-v6.1/arch/x86/entry/syscalls/
DMakefile74 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(syshdr-y))
/Linux-v6.1/drivers/net/bonding/
Dbond_main.c2939 __be32 *targets = bond->params.arp_targets, addr; in bond_arp_send_all() local
2942 for (i = 0; i < BOND_MAX_ARP_TARGETS && targets[i]; i++) { in bond_arp_send_all()
2944 __func__, &targets[i]); in bond_arp_send_all()
2948 rt = ip_route_output(dev_net(bond->dev), targets[i], 0, in bond_arp_send_all()
2957 &targets[i]); in bond_arp_send_all()
2958 bond_arp_send(slave, ARPOP_REQUEST, targets[i], in bond_arp_send_all()
2976 &targets[i], rt->dst.dev ? rt->dst.dev->name : "NULL"); in bond_arp_send_all()
2982 addr = bond_confirm_addr(rt->dst.dev, targets[i], 0); in bond_arp_send_all()
2984 bond_arp_send(slave, ARPOP_REQUEST, targets[i], addr, tags); in bond_arp_send_all()
3116 struct in6_addr *targets = bond->params.ns_targets; in bond_ns_send_all() local
[all …]
/Linux-v6.1/arch/arm/boot/compressed/
DMakefile97 targets := vmlinux vmlinux.lds piggy_data piggy.o \ macro
/Linux-v6.1/arch/sh/boot/
DMakefile29 targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \ macro
/Linux-v6.1/drivers/block/aoe/
Daoe.h189 struct aoetgt **targets; member
/Linux-v6.1/scripts/
DMakefile.host159 targets += $(host-csingle) $(host-cmulti) $(host-cobjs) \
/Linux-v6.1/drivers/gpu/drm/radeon/
DMakefile7 targets := rn50_reg_safe.h r100_reg_safe.h r200_reg_safe.h rv515_reg_safe.h r300_reg_safe.h r420_re… macro

12345678910>>...13