Home
last modified time | relevance | path

Searched refs:preferred (Results 1 – 25 of 225) sorted by relevance

123456789

/linux-6.6.21/Documentation/admin-guide/
Dnumastat.rst11 is incremented on the preferred node, otherwise numa_foreign is incremented on
12 the preferred node and numa_miss on the node where allocation succeeded.
14 Usually preferred node is the one local to the CPU where the process executes,
53 preferred node. As a result, such allocation will not increase the numa_foreign
/linux-6.6.21/fs/ocfs2/
Dslot_map.c250 int preferred) in __ocfs2_find_empty_slot() argument
254 if ((preferred >= 0) && (preferred < si->si_num_slots)) { in __ocfs2_find_empty_slot()
255 if (!si->si_slots[preferred].sl_valid) { in __ocfs2_find_empty_slot()
256 ret = preferred; in __ocfs2_find_empty_slot()
/linux-6.6.21/fs/afs/
Daddr_list.c373 index = READ_ONCE(ac->alist->preferred); in afs_iterate_addresses()
396 ac->index != alist->preferred && in afs_end_cursor()
397 test_bit(ac->alist->preferred, &ac->tried)) in afs_end_cursor()
398 WRITE_ONCE(alist->preferred, ac->index); in afs_end_cursor()
Dserver_list.c120 cur = old->servers[old->preferred].server; in afs_annotate_server_list()
123 new->preferred = j; in afs_annotate_server_list()
Drotate.c35 op->index = READ_ONCE(op->server_list->preferred); in afs_start_fs_iteration()
494 sl->nr_servers, sl->preferred, sl->vnovol_mask); in afs_dump_edestaddrreq()
505 a->preferred); in afs_dump_edestaddrreq()
Dfs_probe.c174 alist->preferred = index; in afs_fileserver_probe_result()
215 ac.index = ac.alist->preferred; in afs_fs_probe_fileserver()
311 slist->preferred = pref; in afs_wait_for_fs_probes()
Dvl_probe.c122 alist->preferred = index; in afs_vlserver_probe_result()
288 vllist->preferred = pref; in afs_wait_for_vl_probes()
Dvl_rotate.c192 vc->index = vc->server_list->preferred; in afs_select_vlserver()
323 a->preferred); in afs_vl_dump_edestaddrreq()
/linux-6.6.21/Documentation/ABI/stable/
Dsysfs-class-backlight51 control should be preferred to platform control should
52 be preferred to raw control. Using a firmware
Dsysfs-acpi-pmprofile5 Description: The ACPI pm_profile sysfs interface exposes the preferred
/linux-6.6.21/drivers/infiniband/hw/hfi1/
Dplatform.c525 u8 rx_amp = 0, i = 0, preferred = 0, *cache = ppd->qsfp_info.cache; in apply_rx_amplitude_settings() local
566 preferred = i; in apply_rx_amplitude_settings()
567 if (preferred == rx_preset) in apply_rx_amplitude_settings()
576 if (!preferred && !(cache[(128 * 3) + 225] & 0x1)) { in apply_rx_amplitude_settings()
582 "%s: Applying RX AMP %x\n", __func__, preferred); in apply_rx_amplitude_settings()
584 rx_amp = preferred | (preferred << 4); in apply_rx_amplitude_settings()
/linux-6.6.21/mm/
Dmemory-tiers.c28 nodemask_t preferred; member
324 target = node_random(&nd->preferred); in next_demotion_node()
336 node_demotion[node].preferred = NODE_MASK_NONE; in disable_all_demotion_targets()
407 node_set(target, nd->preferred); in establish_demotion_targets()
/linux-6.6.21/Documentation/translations/zh_TW/process/
Dlicense-rules.rst16 Linux內核根據LICENSES/preferred/GPL-2.0中提供的GNU通用公共許可證版本2
144 LICENSES/preferred/
151 LICENSES/preferred/GPL-2.0
155 LICENSES/preferred/MIT
/linux-6.6.21/Documentation/translations/zh_CN/process/
Dlicense-rules.rst13 Linux内核根据LICENSES/preferred/GPL-2.0中提供的GNU通用公共许可证版本2
141 LICENSES/preferred/
148 LICENSES/preferred/GPL-2.0
152 LICENSES/preferred/MIT
/linux-6.6.21/Documentation/userspace-api/media/v4l/
Dvidioc-g-tuner.rst421 - Mono/SAP (preferred) or Mono/Mono
425 - Stereo L/R (preferred) or Mono L+R
426 - Stereo L/R (preferred) or Mono L+R
427 - L/R (preferred) or L+R/L+R
431 - Stereo L/R (preferred) or Mono L+R
433 - L+R/SAP (preferred) or L/R or L+R/L+R
439 - Lang1/Lang2 (preferred) or Lang1/Lang1
/linux-6.6.21/Documentation/arch/arm64/
Dmemory-tagging-extension.rst95 preferred tag checking modes" section below.
133 Per-CPU preferred tag checking mode
142 tag checking mode as the CPU's preferred tag checking mode.
144 The preferred tag checking mode for each CPU is controlled by
147 default preferred mode for each CPU is ``async``.
149 To allow a program to potentially run in the CPU's preferred tag
154 kernel. If the CPU's preferred tag checking mode is in the task's set
/linux-6.6.21/
DCOPYING8 LICENSES/preferred/GPL-2.0
/linux-6.6.21/arch/arc/boot/dts/
Dskeleton_hs.dtsi33 /* 64-bit Local RTC: preferred clocksource for UP */
/linux-6.6.21/Documentation/devicetree/bindings/phy/
Drockchip-pcie-phy.txt16 Required properties for per-lane PHY mode (preferred):
/linux-6.6.21/Documentation/process/
Dmaintainer-kvm-x86.rst111 With a few caveats listed below, follow the tip tree maintainers' preferred
116 variable declarations isn't strictly required, though it is still preferred.
150 The preferred prefix format is ``KVM: <topic>:``, where ``<topic>`` is one of::
199 background. Note! This order directly conflicts with the tip tree's preferred
200 approach! Please follow the tip tree's preferred style when sending patches
203 Stating what a patch does before diving into details is preferred by KVM x86
254 strongly preferred. Booting an actual VM is encouraged, but not mandatory.
277 but dedicated KVM tests are preferred in all cases. Negative testcases in
301 tests for such bugs is strongly preferred.
303 In general, regression tests are preferred for any bug that is not trivial to
Dcoding-style.rst6 This is a short document describing the preferred coding style for the
41 The preferred way to ease multiple indentation levels in a switch statement is
104 The preferred limit on the length of a single line is 80 columns.
125 choose one placement strategy over the other, but the preferred way, as
264 preferred use of ``*`` is adjacent to the data name or function name and not
487 Although this is not required by the C language, it is preferred in Linux
500 The preferred order of elements for a function prototype is:
619 The preferred style for long (multi-line) comments is:
624 * This is the preferred style for multi-line
632 For files in net/ and drivers/net/ the preferred style for long (multi-line)
[all …]
/linux-6.6.21/arch/arm/boot/dts/allwinner/
Dsun8i-r16-nintendo-nes-classic.dts25 * PF can also be used for the SD card so PB is preferred.
/linux-6.6.21/drivers/scsi/device_handler/
Dscsi_dh_rdac.c206 char preferred; member
420 h->preferred = RDAC_PREFERRED; in check_ownership()
423 h->preferred = RDAC_NON_PREFERRED; in check_ownership()
631 (h->preferred == RDAC_PREFERRED)) in rdac_activate()
/linux-6.6.21/Documentation/devicetree/bindings/
Dsubmitting-patches.rst14 be a separate patch. The preferred subject prefix for binding patches is::
31 3) DT binding files should be dual licensed. The preferred license tag is
/linux-6.6.21/Documentation/networking/devlink/
Ddevlink-params.rst49 add. Use of generic parameters is preferred over each driver creating their
81 Load firmware version preferred by the driver.

123456789