Searched refs:targets (Results 76 - 100 of 193) sorted by relevance

12345678

/linux-master/drivers/block/aoe/
H A Daoedev.c216 tt = d->targets;
283 t = d->targets;
384 kfree(doomed->targets);
465 d->targets = kcalloc(NTARGETS, sizeof(*d->targets), GFP_ATOMIC);
466 if (!d->targets) {
480 d->tgt = d->targets;
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_vsc7514.c280 ocelot->targets[io_target[i].id] = NULL;
287 ocelot->targets[io_target[i].id] = target;
290 if (ocelot->targets[FDMA])
300 ocelot->targets[HSIO] = hsio;
319 if (irq_ptp_rdy > 0 && ocelot->targets[PTP]) {
/linux-master/arch/s390/boot/
H A DMakefile47 targets := bzImage section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y) macro
48 targets += vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2
49 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
50 targets += vmlinux.bin.zst info.bin syms.bin vmlinux.syms $(obj-all)
51 targets += relocs.S
/linux-master/drivers/net/bonding/
H A Dbond_options.c278 .desc = "fail on any/all arp targets timeout",
311 .desc = "arp targets in n.n.n.n form",
318 .desc = "NS targets in ffff:ffff::ffff:ffff form",
1090 netdev_dbg(bond->dev, "ARP monitoring has been set up, but no ARP targets have been specified\n");
1117 __be32 *targets = bond->params.arp_targets; local
1124 targets[slot] = target;
1130 __be32 *targets = bond->params.arp_targets; local
1139 if (bond_get_targets_ip(targets, target) != -1) { /* dup */
1145 ind = bond_get_targets_ip(targets, 0); /* first free slot */
1165 __be32 *targets local
1241 struct in6_addr *targets = bond->params.ns_targets; local
1265 struct in6_addr *targets = bond->params.ns_targets; local
[all...]
/linux-master/scripts/
H A DMakefile.userprogs45 targets += $(user-csingle) $(user-cmulti) $(user-cobjs)
H A DMakefile.clean28 $(clean-files) $(targets) $(hostprogs) $(userprogs) \
H A DMakefile53 targets += module.lds
/linux-master/arch/riscv/purgatory/
H A DMakefile6 targets += $(purgatory-y)
47 targets += purgatory.ro purgatory.chk
/linux-master/arch/loongarch/vdso/
H A DMakefile61 targets += $(obj-vdso-y)
62 targets += vdso.lds vdso.so.dbg vdso.so
/linux-master/tools/testing/selftests/damon/
H A D_damon_sysfs.py241 self.context.sysfs_dir(), 'targets', '%d' % self.idx)
304 targets = None variable in class:DamonCtx
309 def __init__(self, ops='paddr', monitoring_attrs=DamonAttrs(), targets=[],
315 self.targets = targets
316 for idx, target in enumerate(self.targets):
339 self.sysfs_dir(), 'targets', 'nr_targets')
343 if int(content) != len(self.targets):
344 err = write_file(nr_targets_file, '%d' % len(self.targets))
347 for target in self.targets
[all...]
/linux-master/arch/powerpc/kernel/syscalls/
H A DMakefile44 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
/linux-master/drivers/memory/
H A DMakefile40 targets += emif-asm-offsets.s
/linux-master/arch/arm64/boot/
H A DMakefile19 targets := Image Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo \ macro
/linux-master/arch/x86/boot/compressed/
H A DMakefile20 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \ macro
81 targets += ../voffset.h
117 targets += $(patsubst $(obj)/%,%,$(vmlinux-objs-y)) vmlinux.bin.all vmlinux.relocs
152 targets += piggy.S
/linux-master/arch/parisc/kernel/vdso32/
H A DMakefile7 targets := $(obj-vdso32) vdso32.so macro
/linux-master/arch/parisc/kernel/vdso64/
H A DMakefile7 targets := $(obj-vdso64) vdso64.so macro
/linux-master/arch/x86/um/vdso/
H A DMakefile21 targets += vdso.so vdso.so.dbg vdso.lds $(vobjs-y)
/linux-master/arch/arm/boot/
H A DMakefile24 targets := Image zImage xipImage bootpImage uImage macro
/linux-master/arch/mips/kernel/syscalls/
H A DMakefile47 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
/linux-master/arch/arm/vdso/
H A DMakefile11 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.so.raw vdso.lds macro
/linux-master/scripts/kconfig/
H A DMakefile3 # Kernel configuration targets
4 # These targets are used from top-level makefile
73 # These targets map 1:1 to the commandline options of 'conf'
78 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
82 PHONY += $(simple-targets)
84 $(simple-targets): $(obj)/conf
128 @echo 'Configuration targets:'
156 @echo 'Configuration topic targets:'
171 # conf: Used for defconfig, oldconfig and related targets
216 targets
[all...]
/linux-master/usr/
H A DMakefile83 targets += initramfs_data.cpio initramfs_inc_data
/linux-master/
H A DMakefile9 # To see a list of typical targets execute "make help"
19 $(error targets prefixed with '__' are only for internal use))
31 # unavoidable when linking the built-in.a targets which finally
277 # To make sure we do not include .config for any of the *config targets
279 # It is allowed to specify more targets when calling make, including
280 # mixing *config targets and build targets.
282 # Detect when mixed targets is specified, and make a second invocation
287 clean-targets := %clean mrproper cleandocs
288 no-dot-config-targets
711 targets := macro
[all...]
/linux-master/include/net/
H A Dbonding.h762 static inline int bond_get_targets_ip(__be32 *targets, __be32 ip) argument
767 if (targets[i] == ip)
769 else if (targets[i] == 0)
776 static inline int bond_get_targets_ip6(struct in6_addr *targets, struct in6_addr *ip) argument
782 addrconf_addr_solict_mult(&targets[i], &mcaddr);
783 if ((ipv6_addr_equal(&targets[i], ip)) ||
786 else if (ipv6_addr_any(&targets[i]))
/linux-master/drivers/scsi/
H A Dinitio.c618 host->targets[i].flags = *flags & ~(TCF_SYNC_DONE | TCF_WDTR_DONE);
619 if (host->targets[i].flags & TCF_EN_255)
620 host->targets[i].drv_flags = TCF_DRV_255_63;
622 host->targets[i].drv_flags = 0;
623 host->targets[i].js_period = 0;
624 host->targets[i].sconfig0 = host->sconf1;
625 host->targets[i].heads = *heads++;
626 if (host->targets[i].heads == 255)
627 host->targets[i].drv_flags = TCF_DRV_255_63;
629 host->targets[
[all...]

Completed in 412 milliseconds

12345678