Home
last modified time | relevance | path

Searched refs:targets (Results 51 – 75 of 325) sorted by relevance

12345678910>>...13

/Linux-v6.6/drivers/scsi/
Dinitio.c619 host->targets[i].flags = *flags & ~(TCF_SYNC_DONE | TCF_WDTR_DONE); in initio_init()
620 if (host->targets[i].flags & TCF_EN_255) in initio_init()
621 host->targets[i].drv_flags = TCF_DRV_255_63; in initio_init()
623 host->targets[i].drv_flags = 0; in initio_init()
624 host->targets[i].js_period = 0; in initio_init()
625 host->targets[i].sconfig0 = host->sconf1; in initio_init()
626 host->targets[i].heads = *heads++; in initio_init()
627 if (host->targets[i].heads == 255) in initio_init()
628 host->targets[i].drv_flags = TCF_DRV_255_63; in initio_init()
630 host->targets[i].drv_flags = 0; in initio_init()
[all …]
/Linux-v6.6/Documentation/powerpc/
Dbootwrapper.rst7 PowerPC image targets compresses and wraps the kernel image (vmlinux) with
13 Makefile in that directory has targets for all the available image types.
24 Currently, the following image format targets exist:
100 Two special targets called 'zImage' and 'zImage.initrd' also exist. These
101 targets build all the default images as selected by the kernel configuration.
103 (arch/powerpc/boot/Makefile) by adding targets to the $image-y variable. Look
104 at the Makefile to see which default image targets are available.
/Linux-v6.6/include/net/
Dbonding.h739 static inline int bond_get_targets_ip(__be32 *targets, __be32 ip) in bond_get_targets_ip() argument
744 if (targets[i] == ip) in bond_get_targets_ip()
746 else if (targets[i] == 0) in bond_get_targets_ip()
753 static inline int bond_get_targets_ip6(struct in6_addr *targets, struct in6_addr *ip) in bond_get_targets_ip6() argument
759 addrconf_addr_solict_mult(&targets[i], &mcaddr); in bond_get_targets_ip6()
760 if ((ipv6_addr_equal(&targets[i], ip)) || in bond_get_targets_ip6()
763 else if (ipv6_addr_any(&targets[i])) in bond_get_targets_ip6()
/Linux-v6.6/arch/x86/boot/compressed/
DMakefile29 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \ macro
92 targets += ../voffset.h
128 targets += $(patsubst $(obj)/%,%,$(vmlinux-objs-y)) vmlinux.bin.all vmlinux.relocs
163 targets += piggy.S
/Linux-v6.6/arch/sparc/boot/
DMakefile11 targets := tftpboot.img image zImage vmlinux.aout macro
58 targets += uImage
/Linux-v6.6/Documentation/admin-guide/hw-vuln/
Dcross-thread-rsb.rst13 address prediction entries with safe targets when context switching to the idle
51 change. This behavior may result in return targets from one SMT thread being
55 could lead to information disclosure if the return targets used do not come
70 targets by performing a sequence of CALL instructions.
/Linux-v6.6/tools/lib/bpf/
Dusdt.c584 struct usdt_target *targets = NULL, *target; in collect_usdt_targets() local
766 tmp = libbpf_reallocarray(targets, target_cnt + 1, sizeof(*targets)); in collect_usdt_targets()
771 targets = tmp; in collect_usdt_targets()
773 target = &targets[target_cnt]; in collect_usdt_targets()
792 *out_targets = targets; in collect_usdt_targets()
800 free(targets); in collect_usdt_targets()
965 struct usdt_target *targets = NULL; in usdt_manager_attach_usdt() local
991 usdt_cookie, &targets, &target_cnt); in usdt_manager_attach_usdt()
1031 struct usdt_target *target = &targets[i]; in usdt_manager_attach_usdt()
1112 free(targets); in usdt_manager_attach_usdt()
[all …]
/Linux-v6.6/drivers/block/aoe/
Daoecmd.c257 if (!d->targets || !d->targets[0]) { in newframe()
264 if (tt >= &d->targets[d->ntargets] || !*tt) in newframe()
265 tt = d->targets; in newframe()
716 for (i = good = 0; i < d->ntargets && d->targets[i]; ++i) in count_targets()
717 if (d->targets[i]->taint == 0) in count_targets()
1004 t = d->targets; in gettgt()
1419 tt = kcalloc(newn, sizeof(*d->targets), GFP_ATOMIC); in grow_targets()
1422 memmove(tt, d->targets, sizeof(*d->targets) * oldn); in grow_targets()
1423 d->tgt = tt + (d->tgt - d->targets); in grow_targets()
1424 kfree(d->targets); in grow_targets()
[all …]
/Linux-v6.6/drivers/net/bonding/
Dbond_netlink.c639 struct nlattr *targets; in bond_fill_info() local
670 targets = nla_nest_start_noflag(skb, IFLA_BOND_ARP_IP_TARGET); in bond_fill_info()
671 if (!targets) in bond_fill_info()
684 nla_nest_end(skb, targets); in bond_fill_info()
686 nla_nest_cancel(skb, targets); in bond_fill_info()
696 targets = nla_nest_start(skb, IFLA_BOND_NS_IP6_TARGET); in bond_fill_info()
697 if (!targets) in bond_fill_info()
710 nla_nest_end(skb, targets); in bond_fill_info()
712 nla_nest_cancel(skb, targets); in bond_fill_info()
/Linux-v6.6/Documentation/arch/ia64/
Dia64.rst42 * Hardly any performance tuning has been done. Obvious targets
44 obvious targets include making sure we don't flush the TLB
/Linux-v6.6/arch/riscv/boot/
DMakefile22 targets := Image Image.* loader loader.o loader.lds loader.bin macro
23 targets := Image Image.* loader loader.o loader.lds loader.bin xipImage macro
/Linux-v6.6/arch/x86/purgatory/
DMakefile6 targets += $(purgatory-y)
31 targets += purgatory.ro purgatory.chk
/Linux-v6.6/scripts/gcc-plugins/
DMakefile14 targets += randomize_layout_seed.h
43 targets += $(plugin-single) $(plugin-multi) $(plugin-objs)
/Linux-v6.6/arch/arm64/kernel/vdso/
DMakefile15 targets := $(obj-vdso) vdso.so vdso.so.dbg macro
58 targets += vdso.lds
/Linux-v6.6/scripts/kconfig/
DMakefile70 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
74 PHONY += $(simple-targets)
76 $(simple-targets): $(obj)/conf
208 targets += qconf-moc.cc
/Linux-v6.6/Documentation/admin-guide/mm/
Dnumaperf.rst42 memory targets.
44 To aid applications matching memory targets with their initiators, the
46 relationship for the access class "0" memory initiators and targets::
48 # symlinks -v /sys/devices/system/node/nodeX/access0/targets/
49 relative: /sys/devices/system/node/nodeX/access0/targets/nodeY -> ../../nodeY
54 A memory initiator may have multiple memory targets in the same access
/Linux-v6.6/kernel/bpf/
Dbpf_iter.c32 static struct list_head targets = LIST_HEAD_INIT(targets); variable
308 list_add(&tinfo->list, &targets); in bpf_iter_reg_target()
320 list_for_each_entry(tinfo, &targets, list) { in bpf_iter_unreg_target()
351 list_for_each_entry(iter, &targets, list) { in bpf_iter_prog_supported()
379 list_for_each_entry(tinfo, &targets, list) { in bpf_iter_get_func_proto()
540 list_for_each_entry(iter, &targets, list) { in bpf_iter_link_attach()
/Linux-v6.6/drivers/cxl/core/
Dregion.c162 struct cxl_endpoint_decoder *cxled = p->targets[i]; in cxl_region_decode_reset()
223 struct cxl_endpoint_decoder *cxled = p->targets[i]; in cxl_region_decode_commit()
687 cxled = p->targets[pos]; in show_targetN()
1069 cxled_peer = p->targets[pos - distance]; in check_last_peer()
1298 cxled = p->targets[i]; in cxl_region_teardown_targets()
1326 cxled = p->targets[i]; in cxl_region_setup_targets()
1379 if (p->targets[pos] == cxled) in cxl_region_validate_position()
1382 if (p->targets[pos]) { in cxl_region_validate_position()
1383 struct cxl_endpoint_decoder *cxled_target = p->targets[pos]; in cxl_region_validate_position()
1396 cxled_target = p->targets[i]; in cxl_region_validate_position()
[all …]
/Linux-v6.6/arch/xtensa/kernel/
Dsmp.c402 struct cpumask targets; in smp_send_stop() local
404 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop()
405 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop()
406 send_ipi_message(&targets, IPI_CPU_STOP); in smp_send_stop()
/Linux-v6.6/Documentation/admin-guide/device-mapper/
Dpersistent-data.rst8 The more-sophisticated device-mapper targets require complex metadata
10 different targets were rolling their own data structures, for example:
22 targets. It's currently used by the thin-provisioning target and an
/Linux-v6.6/net/nfc/nci/
Dntf.c294 target = &ndev->targets[i]; in nci_add_new_target()
310 target = &ndev->targets[ndev->n_targets]; in nci_add_new_target()
326 memset(ndev->targets, 0, in nci_clear_target_list()
390 nfc_targets_found(ndev->nfc_dev, ndev->targets, in nci_rf_discover_ntf_packet()
475 target = &ndev->targets[ndev->n_targets]; in nci_target_auto_activated()
489 nfc_targets_found(ndev->nfc_dev, ndev->targets, ndev->n_targets); in nci_target_auto_activated()
/Linux-v6.6/arch/loongarch/vdso/
DMakefile66 targets += $(obj-vdso-y)
67 targets += vdso.lds vdso.so.dbg vdso.so
/Linux-v6.6/arch/openrisc/boot/
DMakefile6 targets += vmlinux.bin
/Linux-v6.6/arch/riscv/purgatory/
DMakefile7 targets += $(purgatory-y)
48 targets += purgatory.ro purgatory.chk
/Linux-v6.6/tools/build/
DMakefile.build166 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS)))
167 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))

12345678910>>...13