Home
last modified time | relevance | path

Searched full:preferred (Results 1 – 25 of 180) sorted by relevance

12345678

/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
/Documentation/ABI/stable/
Dsysfs-class-backlight52 control should be preferred to platform control should
53 be preferred to raw control. Using a firmware
Dsysfs-acpi-pmprofile5 Description: The ACPI pm_profile sysfs interface exposes the preferred
/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
Dlicense-rules.rst9 License version 2 only (GPL-2.0), as provided in LICENSES/preferred/GPL-2.0,
157 1. _`Preferred licenses`:
163 LICENSES/preferred/
173 LICENSES/preferred/GPL-2.0
177 LICENSES/preferred/MIT
265 requirements of the `Preferred licenses`_.
287 license in addition to a preferred license. These licenses are available
313 requirements of the `Preferred licenses`_.
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
801 Enums are preferred when defining several related constants.
[all …]
/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
/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
/Documentation/devicetree/bindings/ufs/
Dufs-common.yaml25 Preferred is operating-points-v2.
34 Preferred over freq-table-hz.
/Documentation/sound/cards/
Dhdspm.rst148 Speed-mode or Slave (Autosync). Also see "Preferred Sync Ref"
155 * Preferred Sync Ref
157 * Name -- "Preferred Sync Reference"
164 Within the Auto-sync-Mode the preferred Sync Source can be
226 this is the preferred Input.
/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst203 of increasing distance from the preferred node based on
206 Internally, the Preferred policy uses a single node--the
210 allocation policy can be viewed as a Preferred policy that
215 is always preferred by passing an empty nodemask with this
232 specified by a Preferred policy or had been selected by a
270 change in the set of allowed nodes, the preferred nodemask (Preferred
271 Many), preferred node (Preferred) or nodemask (Bind, Interleave) is
302 nodes, the node (Preferred) or nodemask (Bind, Interleave) is
/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
/Documentation/devicetree/bindings/
Dsubmitting-patches.rst14 be a separate patch. The preferred subject prefix for binding patches is::
36 3) DT binding files should be dual licensed. The preferred license tag is
/Documentation/translations/zh_TW/process/
Dlicense-rules.rst14 Linux內核根據LICENSES/preferred/GPL-2.0中提供的GNU通用公共許可證版本2
142 LICENSES/preferred/
149 LICENSES/preferred/GPL-2.0
153 LICENSES/preferred/MIT
/Documentation/devicetree/bindings/phy/
Drockchip-pcie-phy.txt16 Required properties for per-lane PHY mode (preferred):
/Documentation/devicetree/bindings/arm/samsung/
Dsamsung-soc.yaml30 - description: Preferred naming style for compatibles of SoC components
/Documentation/ABI/removed/
Dsysfs-selinux-disable14 The preferred method of disabling SELinux is via the "selinux=0" boot
/Documentation/driver-api/mmc/
Dmmc-dev-attrs.rst35 preferred_erase_size Preferred erase size
45 Note on Erase Size and Preferred Erase Size:
/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.
/Documentation/devicetree/bindings/clock/
Dfixed-clock.yaml17 Preferred name is 'clock-<freq>' with <freq> being the output
Dfixed-factor-clock.yaml17 If the frequency is fixed, the preferred name is 'clock-<freq>' with
/Documentation/ABI/testing/
Dpstore45 backends are available, the preferred backend may be
/Documentation/driver-api/tty/
Dtty_driver.rst66 (the latter is preferred). This is performed by tty_register_device(). Or by
69 upon return, the device can be opened. There are also preferred tty_port
/Documentation/devicetree/bindings/leds/
Dleds-gpio.yaml22 # The first form is preferred, but fall back to just 'led' anywhere in the
/Documentation/dev-tools/
Dcheckpatch.rst311 Using any of these outside of include/uapi/ is not preferred as using the
333 not preferred outside of include/uapi.
461 lockdep_assert_held() annotations should be preferred over
470 usleep_range() should be preferred over udelay(). The proper way of
480 The comment style is incorrect. The preferred style for multi-
484 * This is the preferred style
491 /* This is the preferred comment style
770 The ARRAY_SIZE(foo) macro should be preferred over
866 "struct". The preferred location is before the "=" sign if there is
1072 The preferred way is to put the opening brace last on the line,
[all …]

12345678