Searched refs:targets (Results 201 – 225 of 325) sorted by relevance
12345678910>>...13
/Linux-v6.6/kernel/ |
D | Makefile | 144 targets += config_data config_data.gz
|
/Linux-v6.6/drivers/scsi/ |
D | initio.h | 512 struct target_control targets[MAX_TARGETS]; /* 78 */ member
|
D | Makefile | 197 targets += scsi_devinfo_tbl.c
|
/Linux-v6.6/Documentation/translations/zh_CN/doc-guide/ |
D | sphinx.rst | 253 *targets* 例外(例如引用 ``:ref:`最后一行 <last row_zh>``` / :ref:`最后一行
|
/Linux-v6.6/Documentation/arch/arc/ |
D | arc.rst | 58 - Cross-compilation: process of compiling for ARC targets on a development
|
/Linux-v6.6/Documentation/admin-guide/device-mapper/ |
D | dm-init.rst | 41 activation of certain DM targets without first using userspace tools to check
|
D | writecache.rst | 65 other targets.
|
D | thin-provisioning.rst | 8 This document describes a collection of device-mapper targets that 35 These targets are considered safe for production use. But different use 63 - Function calls from the thin targets
|
D | switch.rst | 43 device onto different targets. However in this architecture the LUN is
|
/Linux-v6.6/Documentation/misc-devices/ |
D | uacce.rst | 6 Uacce (Unified/User-space-access-intended Accelerator Framework) targets to
|
/Linux-v6.6/tools/build/ |
D | Build.include | 55 # PHONY targets skipped in both cases.
|
/Linux-v6.6/lib/ |
D | Kconfig.kfence | 23 environments. If your kernel targets production use, and cannot
|
/Linux-v6.6/arch/x86/ |
D | Makefile | 311 targets += $(orc_hash_h)
|
/Linux-v6.6/arch/x86/crypto/ |
D | Makefile | 85 targets += poly1305-x86_64-cryptogams.S
|
/Linux-v6.6/drivers/base/ |
D | node.c | 102 static const struct attribute_group targets = { variable 109 &targets,
|
/Linux-v6.6/tools/testing/selftests/net/forwarding/ |
D | vxlan_bridge_1q_ipv6.sh | 719 local -a targets=("$h2_mac $h2" 740 targets=("$h2_mac $h2" "$r1_mac vx20 2001:db8:4::1" \
|
D | vxlan_bridge_1q.sh | 577 local -a targets=("$h2_mac $h2" 598 targets=("$h2_mac $h2" "$r1_mac vx20 192.0.2.34" \
|
/Linux-v6.6/drivers/net/ethernet/mscc/ |
D | ocelot_fdma.c | 24 regmap_write(ocelot->targets[FDMA], reg, data); in ocelot_fdma_writel() 31 regmap_read(ocelot->targets[FDMA], reg, &retval); in ocelot_fdma_readl()
|
/Linux-v6.6/arch/arm/mach-omap2/ |
D | Makefile | 225 targets += pm-asm-offsets.s
|
/Linux-v6.6/Documentation/livepatch/ |
D | callbacks.rst | 69 in-kernel vmlinux targets, this means that callbacks will always execute
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | Makefile | 222 targets += prom_init_check
|
/Linux-v6.6/include/net/nfc/ |
D | nci_core.h | 239 struct nfc_target targets[NCI_MAX_DISCOVERED_TARGETS]; member
|
/Linux-v6.6/tools/bpf/bpftool/ |
D | Makefile | 145 LLVM_CONFIG_LIB_COMPONENTS := mcdisassembler all-targets
|
/Linux-v6.6/mm/ |
D | vmscan.c | 6276 unsigned long targets[NR_LRU_LISTS]; in shrink_lruvec() local 6292 memcpy(targets, nr, sizeof(nr)); in shrink_lruvec() 6349 unsigned long scan_target = targets[LRU_INACTIVE_ANON] + in shrink_lruvec() 6350 targets[LRU_ACTIVE_ANON] + 1; in shrink_lruvec() 6354 unsigned long scan_target = targets[LRU_INACTIVE_FILE] + in shrink_lruvec() 6355 targets[LRU_ACTIVE_FILE] + 1; in shrink_lruvec() 6369 nr_scanned = targets[lru] - nr[lru]; in shrink_lruvec() 6370 nr[lru] = targets[lru] * (100 - percentage) / 100; in shrink_lruvec() 6374 nr_scanned = targets[lru] - nr[lru]; in shrink_lruvec() 6375 nr[lru] = targets[lru] * (100 - percentage) / 100; in shrink_lruvec()
|
/Linux-v6.6/drivers/cxl/ |
D | Kconfig | 13 memory targets, the CXL.io protocol is equivalent to PCI Express.
|
12345678910>>...13