Searched refs:targets (Results 1 - 25 of 193) sorted by last modified time

12345678

/linux-master/tools/testing/selftests/
H A Dlib.mk87 # and install targets. Common clean doesn't touch them.
205 # Selftest makefiles can override those targets by setting
/linux-master/arch/x86/boot/
H A DMakefile19 targets := vmlinux.bin setup.bin setup.elf bzImage macro
20 targets += fdimage fdimage144 fdimage288 image.iso hdimage
37 targets += $(setup-y)
51 targets += cpustr.h
83 targets += zoffset.h
113 targets += mtools.conf
/linux-master/arch/x86/
H A DMakefile134 # Align jump targets to 1 byte, not the default 16 bytes:
264 # boot loader support. Several targets are kept for legacy purposes
310 targets += $(orc_hash_h)
/linux-master/usr/
H A DMakefile83 targets += initramfs_data.cpio initramfs_inc_data
/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...]
H A Ddamos_quota_goal.py19 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
/linux-master/security/tomoyo/
H A DMakefile4 targets += builtin-policy.h
/linux-master/scripts/mod/
H A DMakefile14 targets += $(devicetable-offsets-file) devicetable-offsets.s
27 targets += elfconfig.h
/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/scripts/
H A DMakefile.vmlinux12 targets :=
21 targets += .vmlinux.export.o
32 targets += vmlinux
42 # Read all saved command lines and dependencies for the $(targets) we
47 existing-targets := $(wildcard $(sort $(targets)))
49 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
H A DMakefile.modfinal63 targets += $(modules:%.o=%.ko) $(modules:%.o=%.mod.o)
71 # Read all saved command lines and dependencies for the $(targets) we
76 existing-targets := $(wildcard $(sort $(targets)))
78 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
H A DMakefile.modpost91 targets += .vmlinux.objs
143 targets += $(output-symdump)
151 existing-targets := $(wildcard $(sort $(targets)))
153 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
H A DMakefile.lib55 # List composite targets that are constructed by combining other targets
57 # List primitive targets that are compiled from source files
101 targets := $(addprefix $(obj)/,$(targets))
326 # and add target to 'targets' so that we know we have to
H A DMakefile.host161 targets += $(host-csingle) $(host-cmulti) $(host-cobjs) \
H A DMakefile.build20 targets :=
76 targets-for-builtin := $(extra-y)
79 targets-for-builtin += $(obj)/lib.a
83 targets-for-builtin += $(obj)/built-in.a
86 targets-for-modules := $(foreach x, o mod, \
90 targets-for-modules += $(obj)/modules.order
93 targets += $(targets-for-builtin) $(targets-for-modules)
287 # i.e. the outputs we would get for the different single targets (
[all...]
H A DMakefile.clean28 $(clean-files) $(targets) $(hostprogs) $(userprogs) \
/linux-master/samples/bpf/
H A DMakefile276 targets += syscall_nrs.s
/linux-master/mm/
H A Dvmscan.c5660 unsigned long targets[NR_LRU_LISTS]; local
5676 memcpy(targets, nr, sizeof(nr));
5733 unsigned long scan_target = targets[LRU_INACTIVE_ANON] +
5734 targets[LRU_ACTIVE_ANON] + 1;
5738 unsigned long scan_target = targets[LRU_INACTIVE_FILE] +
5739 targets[LRU_ACTIVE_FILE] + 1;
5753 nr_scanned = targets[lru] - nr[lru];
5754 nr[lru] = targets[lru] * (100 - percentage) / 100;
5758 nr_scanned = targets[lru] - nr[lru];
5759 nr[lru] = targets[lr
[all...]
H A Dmemory-tiers.c282 void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) argument
294 *targets = memtier->lower_tier_mask;
296 *targets = NODE_MASK_NONE;
381 pr_info("Demotion targets for Node %d: null\n", node);
383 pr_info("Demotion targets for Node %d: preferred: %*pbl, fallback: %*pbl\n",
H A Dmemcontrol.c776 unsigned long targets[MEM_CGROUP_NTARGETS]; member in struct:memcg_vmstats_percpu
1163 next = __this_cpu_read(memcg->vmstats_percpu->targets[target]);
1176 __this_cpu_write(memcg->vmstats_percpu->targets[target], next);
7458 * Effective values of the reclaim targets are ignored so they
/linux-master/lib/raid6/
H A DMakefile58 targets += int1.c int2.c int4.c int8.c
66 targets += altivec1.c altivec2.c altivec4.c altivec8.c
74 targets += vpermxor1.c vpermxor2.c vpermxor4.c vpermxor8.c
82 targets += neon1.c neon2.c neon4.c neon8.c
86 targets += s390vx8.c
93 targets += tables.c
/linux-master/lib/
H A DMakefile311 targets += default.bconf
427 targets += $(TEST_FORTIFY_LOGS)
440 targets += $(TEST_FORTIFY_LOG)
/linux-master/include/linux/
H A Dmemory-tiers.h56 void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets);
64 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) argument
66 *targets = NODE_MASK_NONE;
107 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) argument
109 *targets = NODE_MASK_NONE;
/linux-master/fs/unicode/
H A DMakefile40 targets += utf8data.c
/linux-master/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");
3008 __be32 *targets = bond->params.arp_targets, addr; local
3011 for (i = 0; i < BOND_MAX_ARP_TARGETS && targets[i]; i++) {
3013 __func__, &targets[i]);
3017 rt = ip_route_output(dev_net(bond->dev), targets[i], 0, 0, 0,
3026 &targets[i]);
3027 bond_arp_send(slave, ARPOP_REQUEST, targets[i],
3045 &targets[i], rt->dst.dev ? rt->dst.dev->name : "NULL");
3051 addr = bond_confirm_addr(rt->dst.dev, targets[
3185 struct in6_addr *targets = bond->params.ns_targets; local
[all...]

Completed in 478 milliseconds

12345678