Searched refs:targets (Results 151 - 175 of 191) sorted by relevance

12345678

/linux-master/arch/x86/crypto/
H A DMakefile85 targets += poly1305-x86_64-cryptogams.S
/linux-master/kernel/
H A DMakefile146 targets += config_data config_data.gz
/linux-master/arch/loongarch/
H A DMakefile32 targets += $(orc_hash_h)
/linux-master/scripts/
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))
322 # and add target to 'targets' so that we know we have to
/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/lib/
H A DMakefile307 targets += default.bconf
425 targets += $(TEST_FORTIFY_LOGS)
438 targets += $(TEST_FORTIFY_LOG)
/linux-master/include/net/nfc/
H A Dnci_core.h239 struct nfc_target targets[NCI_MAX_DISCOVERED_TARGETS]; member in struct:nci_dev
/linux-master/drivers/scsi/
H A Dinitio.h512 struct target_control targets[MAX_TARGETS]; /* 78 */ member in struct:initio_host
H A DMakefile199 targets += scsi_devinfo_tbl.c
/linux-master/arch/arm/mach-omap2/
H A DMakefile225 targets += pm-asm-offsets.s
/linux-master/tools/bpf/bpftool/
H A DMakefile145 LLVM_CONFIG_LIB_COMPONENTS := mcdisassembler all-targets
/linux-master/arch/powerpc/kernel/
H A DMakefile221 targets += prom_init_check
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_fdma.c24 regmap_write(ocelot->targets[FDMA], reg, data);
31 regmap_read(ocelot->targets[FDMA], reg, &retval);
H A Docelot.c222 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG4,
225 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG0,
237 regmap_write(ocelot->targets[HSIO], HSIO_PLL5G_CFG2,
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1q.sh577 local -a targets=("$h2_mac $h2"
584 for target in "${targets[@]}"; do
592 for target in "${targets[@]}"; do
598 targets=("$h2_mac $h2" "$r1_mac vx20 192.0.2.34" \
601 for target in "${targets[@]}"; do
609 for target in "${targets[@]}"; do
H A Dvxlan_bridge_1q_ipv6.sh719 local -a targets=("$h2_mac $h2"
726 for target in "${targets[@]}"; do
734 for target in "${targets[@]}"; do
740 targets=("$h2_mac $h2" "$r1_mac vx20 2001:db8:4::1" \
743 for target in "${targets[@]}"; do
751 for target in "${targets[@]}"; do
/linux-master/tools/perf/
H A DMakefile.perf227 # targets, because it's not necessary.
668 tests-coresight-targets: FORCE
671 tests-coresight-targets-clean:
675 all: shell_compatibility_test $(ALL_PROGRAMS) $(LANG_BINDINGS) $(OTHER_PROGRAMS) tests-coresight-targets
740 # This makes targets like 'make O=/tmp/perf perf.o' work in a natural way.
904 @echo 'Perf make targets:'
914 @echo 'Perf install targets:'
929 @echo 'Perf maintainer targets:'
1180 clean:: $(LIBAPI)-clean $(LIBBPF)-clean $(LIBSUBCMD)-clean $(LIBSYMBOL)-clean $(LIBPERF)-clean arm64-sysreg-defs-clean fixdep-clean python-clean bpf-skel-clean tests-coresight-targets-clean
/linux-master/drivers/base/
H A Dnode.c102 static const struct attribute_group targets = { variable in typeref:struct:attribute_group
103 .name = "targets",
109 &targets,
688 * initiator nodes can access memory targets at a given ranked access
709 ret = sysfs_add_link_to_group(&initiator->dev.kobj, "targets",
723 sysfs_remove_link_from_group(&initiator->dev.kobj, "targets",
/linux-master/mm/
H A Dvmscan.c5644 unsigned long targets[NR_LRU_LISTS]; local
5660 memcpy(targets, nr, sizeof(nr));
5717 unsigned long scan_target = targets[LRU_INACTIVE_ANON] +
5718 targets[LRU_ACTIVE_ANON] + 1;
5722 unsigned long scan_target = targets[LRU_INACTIVE_FILE] +
5723 targets[LRU_ACTIVE_FILE] + 1;
5737 nr_scanned = targets[lru] - nr[lru];
5738 nr[lru] = targets[lru] * (100 - percentage) / 100;
5742 nr_scanned = targets[lru] - nr[lru];
5743 nr[lru] = targets[lr
[all...]
/linux-master/drivers/nfc/st21nfca/
H A Ddep.c521 target = hdev->ndev->targets;
/linux-master/drivers/cxl/
H A Dcxl.h401 * @mode: which memory type / access-mode-partition this decoder targets
461 * @CXL_CONFIG_ACTIVE: All targets have been added the region is now
481 * @targets: active ordered targets in current decoder configuration
482 * @nr_targets: number of targets
492 struct cxl_endpoint_decoder *targets[CXL_DECODER_MAX_INTERLEAVE]; member in struct:cxl_region_params
700 * @nr_targets_set: track how many targets have been programmed during setup
702 * @nr_targets: number of distinct targets needed to reach @nr_eps
/linux-master/net/nfc/nci/
H A Dcore.c901 if (ndev->targets[i].idx == target->idx) {
902 nci_target = &ndev->targets[i];
/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/include/soc/mscc/
H A Docelot.h811 struct regmap *targets[TARGET_MAX]; member in struct:ocelot
/linux-master/drivers/net/dsa/ocelot/
H A Dseville_vsc9953.c896 ocelot->targets[GCB],

Completed in 306 milliseconds

12345678