Home
last modified time | relevance | path

Searched refs:targets (Results 226 - 250 of 329) sorted by relevance

12345678910>>...14

/kernel/linux/linux-6.6/arch/x86/um/
H A DMakefile44 targets += user-offsets.s
/kernel/linux/linux-6.6/arch/x86/um/vdso/
H A DMakefile27 targets += vdso.so vdso.so.dbg vdso.lds $(vobjs-y)
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A DMakefile65 targets += capflags.c
/kernel/linux/linux-6.6/tools/objtool/
H A Dobjtool.c137 list_add(&func->pv_target, &f->pv_ops[idx].targets); in objtool_pv_add()
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H A DMakefile28 targets: generated/map-shift.h generated/bit-length.h $(TARGETS)
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A DMakefile251 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a) zImage.lds
298 # Theses are default targets to build images which embed device tree blobs.
375 # Allow extra targets to be added to the defconfig
384 targets += $(image-y) $(initrd-y)
385 targets += $(foreach x, dtbImage uImage cuImage simpleImage treeImage, \
387 targets += $(foreach x, dtbImage uImage cuImage simpleImage treeImage, \
440 # Needed for the above targets to work with dts/fsl/ files
454 # anything not in $(targets)
/kernel/linux/linux-5.10/include/net/
H A Dbonding.h715 static inline int bond_get_targets_ip(__be32 *targets, __be32 ip) in bond_get_targets_ip() argument
720 if (targets[i] == ip) in bond_get_targets_ip()
722 else if (targets[i] == 0) in bond_get_targets_ip()
/kernel/linux/linux-6.6/lib/
H A DMakefile305 targets += default.bconf
419 targets += $(TEST_FORTIFY_LOGS)
432 targets += $(TEST_FORTIFY_LOG)
/kernel/linux/linux-5.10/mm/
H A Dvmscan.c2416 unsigned long targets[NR_LRU_LISTS]; in shrink_lruvec() local
2427 memcpy(targets, nr, sizeof(nr)); in shrink_lruvec()
2484 unsigned long scan_target = targets[LRU_INACTIVE_ANON] + in shrink_lruvec()
2485 targets[LRU_ACTIVE_ANON] + 1; in shrink_lruvec()
2489 unsigned long scan_target = targets[LRU_INACTIVE_FILE] + in shrink_lruvec()
2490 targets[LRU_ACTIVE_FILE] + 1; in shrink_lruvec()
2504 nr_scanned = targets[lru] - nr[lru]; in shrink_lruvec()
2505 nr[lru] = targets[lru] * (100 - percentage) / 100; in shrink_lruvec()
2509 nr_scanned = targets[lru] - nr[lru]; in shrink_lruvec()
2510 nr[lru] = targets[lr in shrink_lruvec()
[all...]
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_main.c179 MODULE_PARM_DESC(arp_ip_target, "arp targets in n.n.n.n form");
185 MODULE_PARM_DESC(arp_all_targets, "fail on any/all arp targets timeout; 0 for any (default), 1 for all");
3006 __be32 *targets = bond->params.arp_targets, addr; in bond_arp_send_all() local
3009 for (i = 0; i < BOND_MAX_ARP_TARGETS && targets[i]; i++) { in bond_arp_send_all()
3011 __func__, &targets[i]); in bond_arp_send_all()
3015 rt = ip_route_output(dev_net(bond->dev), targets[i], 0, in bond_arp_send_all()
3024 &targets[i]); in bond_arp_send_all()
3025 bond_arp_send(slave, ARPOP_REQUEST, targets[i], in bond_arp_send_all()
3043 &targets[i], rt->dst.dev ? rt->dst.dev->name : "NULL"); in bond_arp_send_all()
3049 addr = bond_confirm_addr(rt->dst.dev, targets[ in bond_arp_send_all()
3183 struct in6_addr *targets = bond->params.ns_targets; bond_ns_send_all() local
[all...]
/kernel/linux/linux-5.10/drivers/lightnvm/
H A Dcore.c42 list_for_each_entry(tgt, &dev->targets, list) in nvm_find_target()
58 list_for_each_entry(tgt, &dev->targets, list) { in nvm_target_exists()
421 list_add_tail(&t->list, &dev->targets); in nvm_create_tgt()
917 * We make the assumption that targets write data across all planes in nvm_bb_chunk_scan()
1104 INIT_LIST_HEAD(&dev->targets); in nvm_core_init()
1214 list_for_each_entry_safe(t, tmp, &dev->targets, list) { in nvm_unregister()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A DMakefile22 targets += efi-entry.o
/kernel/linux/linux-5.10/arch/um/drivers/
H A DMakefile25 targets := pcap_kern.o pcap_user.o vde_kern.o vde_user.o macro
38 #targets += $(obj)/pcap.o
/kernel/linux/linux-5.10/arch/sh/boot/
H A DMakefile29 targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \ macro
/kernel/linux/linux-5.10/drivers/block/aoe/
H A Daoe.h189 struct aoetgt **targets; member
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H A DMakefile39 targets += $(hyp-obj) kvm_nvhe.tmp.o kvm_nvhe.rel.o hyp.lds hyp-reloc.S hyp-reloc.o
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A DMakefile98 targets := vmlinux vmlinux.lds piggy_data piggy.o \ macro
/kernel/linux/linux-6.6/arch/sh/boot/
H A DMakefile29 targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \ macro
/kernel/linux/linux-6.6/arch/um/drivers/
H A DMakefile27 targets := pcap_kern.o pcap_user.o vde_kern.o vde_user.o macro
40 #targets += $(obj)/pcap.o
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A DMakefile7 targets := rn50_reg_safe.h r100_reg_safe.h r200_reg_safe.h rv515_reg_safe.h r300_reg_safe.h r420_reg_safe.h rs600_reg_safe.h r600_reg_safe.h evergreen_reg_safe.h cayman_reg_safe.h macro
/kernel/linux/linux-6.6/drivers/block/aoe/
H A Daoe.h189 struct aoetgt **targets; member
/kernel/linux/linux-6.6/arch/x86/entry/syscalls/
H A DMakefile74 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(syshdr-y))
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A DMakefile7 targets := rn50_reg_safe.h r100_reg_safe.h r200_reg_safe.h rv515_reg_safe.h r300_reg_safe.h r420_reg_safe.h rs600_reg_safe.h r600_reg_safe.h evergreen_reg_safe.h cayman_reg_safe.h macro
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-table.c101 * highs, and targets are managed as dynamic arrays during a
124 t->targets = n_targets; in alloc_targets()
192 /* free the targets */ in dm_table_destroy()
475 prev = &t->targets[t->num_targets - 1]; in adjoin()
579 * two or more targets, the size of each piece it gets split into must
658 dm_device_name(t->md), t->targets->type->name); in dm_table_add_target()
664 ti = t->targets + t->num_targets; in dm_table_add_target()
845 /* Ensure that all targets support DAX. */ in dm_table_supports_dax()
907 * The targets can work either way. in dm_table_determine_type()
928 BUG_ON(!request_based); /* No targets i in dm_table_determine_type()
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/
H A Dvgic-init.c169 irq->targets = 0; in kvm_vgic_dist_init()
299 irq->targets = 1U << idx; in vgic_init()

Completed in 20 milliseconds

12345678910>>...14