Home
last modified time | relevance | path

Searched refs:targets (Results 201 – 225 of 325) sorted by relevance

12345678910>>...13

/Linux-v6.6/kernel/
DMakefile144 targets += config_data config_data.gz
/Linux-v6.6/drivers/scsi/
Dinitio.h512 struct target_control targets[MAX_TARGETS]; /* 78 */ member
DMakefile197 targets += scsi_devinfo_tbl.c
/Linux-v6.6/Documentation/translations/zh_CN/doc-guide/
Dsphinx.rst253 *targets* 例外(例如引用 ``:ref:`最后一行 <last row_zh>``` / :ref:`最后一行
/Linux-v6.6/Documentation/arch/arc/
Darc.rst58 - Cross-compilation: process of compiling for ARC targets on a development
/Linux-v6.6/Documentation/admin-guide/device-mapper/
Ddm-init.rst41 activation of certain DM targets without first using userspace tools to check
Dwritecache.rst65 other targets.
Dthin-provisioning.rst8 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
Dswitch.rst43 device onto different targets. However in this architecture the LUN is
/Linux-v6.6/Documentation/misc-devices/
Duacce.rst6 Uacce (Unified/User-space-access-intended Accelerator Framework) targets to
/Linux-v6.6/tools/build/
DBuild.include55 # PHONY targets skipped in both cases.
/Linux-v6.6/lib/
DKconfig.kfence23 environments. If your kernel targets production use, and cannot
/Linux-v6.6/arch/x86/
DMakefile311 targets += $(orc_hash_h)
/Linux-v6.6/arch/x86/crypto/
DMakefile85 targets += poly1305-x86_64-cryptogams.S
/Linux-v6.6/drivers/base/
Dnode.c102 static const struct attribute_group targets = { variable
109 &targets,
/Linux-v6.6/tools/testing/selftests/net/forwarding/
Dvxlan_bridge_1q_ipv6.sh719 local -a targets=("$h2_mac $h2"
740 targets=("$h2_mac $h2" "$r1_mac vx20 2001:db8:4::1" \
Dvxlan_bridge_1q.sh577 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/
Docelot_fdma.c24 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/
DMakefile225 targets += pm-asm-offsets.s
/Linux-v6.6/Documentation/livepatch/
Dcallbacks.rst69 in-kernel vmlinux targets, this means that callbacks will always execute
/Linux-v6.6/arch/powerpc/kernel/
DMakefile222 targets += prom_init_check
/Linux-v6.6/include/net/nfc/
Dnci_core.h239 struct nfc_target targets[NCI_MAX_DISCOVERED_TARGETS]; member
/Linux-v6.6/tools/bpf/bpftool/
DMakefile145 LLVM_CONFIG_LIB_COMPONENTS := mcdisassembler all-targets
/Linux-v6.6/mm/
Dvmscan.c6276 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/
DKconfig13 memory targets, the CXL.io protocol is equivalent to PCI Express.

12345678910>>...13