Searched refs:targets (Results 51 - 75 of 191) sorted by relevance

12345678

/linux-master/tools/testing/scatterlist/
H A DMakefile12 targets: include $(TARGETS)
/linux-master/arch/xtensa/boot/boot-elf/
H A DMakefile13 targets += $(boot-y) boot.lds
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A DMakefile11 @echo Typical targets:
/linux-master/arch/microblaze/boot/
H A DMakefile6 targets := linux.bin linux.bin.gz linux.bin.ub simpleImage.* macro
/linux-master/arch/parisc/kernel/syscalls/
H A DMakefile29 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
/linux-master/arch/microblaze/kernel/syscalls/
H A DMakefile28 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
/linux-master/arch/m68k/kernel/syscalls/
H A DMakefile28 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
/linux-master/arch/alpha/kernel/syscalls/
H A DMakefile28 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
/linux-master/arch/xtensa/kernel/syscalls/
H A DMakefile28 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
/linux-master/fs/unicode/
H A DMakefile40 targets += utf8data.c
/linux-master/arch/sparc/kernel/syscalls/
H A DMakefile29 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
/linux-master/arch/sh/kernel/syscalls/
H A DMakefile28 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
/linux-master/arch/s390/kernel/syscalls/
H A DMakefile15 targets += $(addprefix ../../../,$(gen-y) $(kapi-hdrs-y) $(uapi-hdrs-y))
/linux-master/drivers/misc/lkdtm/
H A DMakefile27 targets += rodata.o rodata_objcopy.o
/linux-master/security/tomoyo/
H A DMakefile4 targets += builtin-policy.h
/linux-master/arch/xtensa/boot/boot-redboot/
H A DMakefile10 targets += $(boot-y)
/linux-master/security/selinux/
H A DMakefile8 # lacking in older versions of make is support for grouped targets. These
36 # see the note above, replace the $targets and 'flask.h' rule with the lines
38 # targets += $(genhdrs)
40 targets += flask.h
/linux-master/arch/arm64/boot/
H A DMakefile19 targets := Image Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo Image.zst macro
/linux-master/arch/powerpc/kernel/vdso/
H A DMakefile45 targets := $(obj-vdso32) vdso32.so.dbg vgettimeofday-32.o macro
47 targets += $(obj-vdso64) vdso64.so.dbg vgettimeofday-64.o
71 targets += vdso32.lds
73 targets += vdso64.lds
/linux-master/arch/arc/kernel/
H A Dsmp.c298 struct cpumask targets; local
299 cpumask_copy(&targets, cpu_online_mask);
300 cpumask_clear_cpu(smp_processor_id(), &targets); local
301 ipi_send_msg(&targets, IPI_CPU_STOP);
/linux-master/net/nfc/
H A Dcore.c189 * nfc_start_poll - start polling for nfc targets
195 * The device remains polling for targets until a target is found or
237 * nfc_stop_poll - stop polling for nfc targets
273 if (dev->targets[i].idx == target_idx)
274 return &dev->targets[i];
753 * nfc_targets_found - inform that targets were found
755 * @dev: The nfc device that found the targets
756 * @targets: array of nfc targets found
757 * @n_targets: targets arra
768 nfc_targets_found(struct nfc_dev *dev, struct nfc_target *targets, int n_targets) argument
[all...]
/linux-master/tools/testing/selftests/damon/
H A Dsysfs_update_schemes_tried_regions_wss_estimation.py16 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
H A Ddamos_apply_interval.py18 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
H A Ddamos_quota.py20 targets=[_damon_sysfs.DamonTarget(pid=proc.pid)],
/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;

Completed in 139 milliseconds

12345678