Searched refs:targets (Results 76 - 100 of 191) sorted by last modified time

12345678

/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/drivers/md/
H A Ddm-table.c101 * highs, and targets are managed as dynamic arrays during a
124 t->targets = n_targets;
192 /* free the targets */
475 prev = &t->targets[t->num_targets - 1];
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);
664 ti = t->targets + t->num_targets;
845 /* Ensure that all targets support DAX. */
908 * The targets can work either way.
929 BUG_ON(!request_based); /* No targets i
[all...]
H A Ddm-core.h37 * DM targets must _not_ deference a mapped_device or dm_table to directly
203 struct dm_target *targets; member in struct:dm_table
236 return t->targets + index;
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile121 targets := $(c-obj-vdso) $(c-obj-vdso-gettimeofday) $(asm-obj-vdso) vdso.so vdso32.so.dbg vdso.so.raw macro
127 targets += vdso.lds
/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...]
/linux-master/arch/sh/kernel/vsyscall/
H A DMakefile6 # Teach kbuild about targets
7 targets += vsyscall-trapa.o vsyscall-traps.so
8 targets += vsyscall-note.o vsyscall.lds vsyscall-dummy.o
/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/include/linux/
H A Dmemory-tiers.h53 void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets);
61 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) argument
63 *targets = NODE_MASK_NONE;
104 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) argument
106 *targets = NODE_MASK_NONE;
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c607 struct psb_intel_sdvo_set_target_input_args targets = {0}; local
610 &targets, sizeof(targets));
/linux-master/arch/sparc/boot/
H A DMakefile11 targets := tftpboot.img image zImage vmlinux.aout macro
58 targets += uImage
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile.zboot63 targets += zboot-header.o vmlinux.bin vmlinuz vmlinuz.o vmlinuz.efi.elf vmlinuz.efi
/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/arm64/boot/
H A DMakefile19 targets := Image Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo Image.zst macro
/linux-master/drivers/cxl/core/
H A Dhdm.c672 u64 targets; local
674 cxlsd_set_targets(cxlsd, &targets);
675 writel(upper_32_bits(targets), tl_hi);
676 writel(lower_32_bits(targets), tl_lo);
/linux-master/arch/riscv/boot/
H A DMakefile23 targets := Image Image.* loader loader.o loader.lds loader.bin macro
24 targets := Image Image.* loader loader.o loader.lds loader.bin xipImage macro
/linux-master/arch/riscv/purgatory/
H A DMakefile7 targets += $(purgatory-y)
48 targets += purgatory.ro purgatory.chk
/linux-master/tools/build/
H A DMakefile.build174 targets := $(wildcard $(sort $(obj-y) $(in-target) $(MAKECMDGOALS)))
175 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
/linux-master/scripts/mod/
H A DMakefile15 targets += $(devicetable-offsets-file) devicetable-offsets.s
28 targets += elfconfig.h
/linux-master/scripts/
H A DMakefile.userprogs45 targets += $(user-csingle) $(user-cmulti) $(user-cobjs)
/linux-master/arch/x86/um/vdso/
H A DMakefile27 targets += vdso.so vdso.so.dbg vdso.lds $(vobjs-y)
/linux-master/arch/csky/kernel/vdso/
H A DMakefile20 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds vdso-dummy.o macro
/linux-master/arch/arm64/kernel/vdso/
H A DMakefile15 targets := $(obj-vdso) vdso.so vdso.so.dbg macro
58 targets += vdso.lds
/linux-master/arch/arm/vdso/
H A DMakefile11 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.so.raw vdso.lds macro
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.h875 struct list_head targets; member in struct:ibmvfc_host
/linux-master/arch/parisc/boot/
H A DMakefile6 targets := image macro
7 targets += bzImage

Completed in 336 milliseconds

12345678