Home
last modified time | relevance | path

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

12345678910>>...31

/linux-6.12.1/drivers/gpu/drm/tests/
Ddrm_hdmi_state_helper_test.c46 struct drm_display_mode *mode, *preferred; in find_preferred_mode() local
49 preferred = list_first_entry(&connector->modes, struct drm_display_mode, head); in find_preferred_mode()
52 preferred = mode; in find_preferred_mode()
55 return preferred; in find_preferred_mode()
244 struct drm_display_mode *preferred; in drm_test_check_broadcast_rgb_crtc_mode_changed() local
259 preferred = find_preferred_mode(conn); in drm_test_check_broadcast_rgb_crtc_mode_changed()
260 KUNIT_ASSERT_NOT_NULL(test, preferred); in drm_test_check_broadcast_rgb_crtc_mode_changed()
264 ret = light_up_connector(test, drm, crtc, conn, preferred, ctx); in drm_test_check_broadcast_rgb_crtc_mode_changed()
307 struct drm_display_mode *preferred; in drm_test_check_broadcast_rgb_crtc_mode_not_changed() local
322 preferred = find_preferred_mode(conn); in drm_test_check_broadcast_rgb_crtc_mode_not_changed()
[all …]
/linux-6.12.1/fs/afs/
Dvl_rotate.c175 vc->addr_index != vc->alist->preferred && in afs_select_vlserver()
176 test_bit(alist->preferred, &vc->addr_tried)) in afs_select_vlserver()
177 WRITE_ONCE(alist->preferred, vc->addr_index); in afs_select_vlserver()
210 vc->server_index = vc->server_list->preferred; in afs_select_vlserver()
259 vc->addr_index = READ_ONCE(alist->preferred); in afs_select_vlserver()
284 vc->addr_index != alist->preferred && in afs_select_vlserver()
285 test_bit(alist->preferred, &vc->addr_tried)) in afs_select_vlserver()
286 WRITE_ONCE(alist->preferred, vc->addr_index); in afs_select_vlserver()
310 vc->addr_index != alist->preferred && in afs_select_vlserver()
311 test_bit(alist->preferred, &vc->addr_tried)) in afs_select_vlserver()
[all …]
/linux-6.12.1/drivers/hid/
Dhid-bigbenff.c37 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position)
39 * 0x81, 0x01, // Input (Const,Array,Abs,No Wrap,Linear,Preferred State,No Null Position)
47 * 0x81, 0x42, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,Null State)
50 * 0x81, 0x01, // Input (Const,Array,Abs,No Wrap,Linear,Preferred State,No Null Position)
59 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position)
74 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position)
77 …* 0xB1, 0x02, // Feature (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position,…
79 …* 0x91, 0x02, // Output (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position,N…
88 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position)
126 0x81, 0x02, /* Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position) */
[all …]
/linux-6.12.1/include/uapi/linux/
Dncsi.h21 * @NCSI_CMD_SET_INTERFACE: set preferred package and channel combination.
22 * Requires NCSI_ATTR_IFINDEX and the preferred NCSI_ATTR_PACKAGE_ID and
23 * optionally the preferred NCSI_ATTR_CHANNEL_ID.
24 * @NCSI_CMD_CLEAR_INTERFACE: clear any preferred package/channel combination.
86 * @NCSI_PKG_ATTR_FORCED: flag signifying a package has been set as preferred
114 * preferred
/linux-6.12.1/mm/
Dmemory-tiers.c30 nodemask_t preferred; member
91 * node_demotion[0].preferred = 2
92 * node_demotion[1].preferred = 3
93 * node_demotion[2].preferred = <empty>
94 * node_demotion[3].preferred = <empty>
108 * node_demotion[0].preferred = <empty>
109 * node_demotion[1].preferred = <empty>
110 * node_demotion[2].preferred = <empty>
126 * node_demotion[0].preferred = 2
127 * node_demotion[1].preferred = 0
[all …]
/linux-6.12.1/arch/x86/kernel/acpi/
Dcppc.c166 * amd_detect_prefcore: Detect if CPUs in the system support preferred cores
169 * Determine whether CPUs in the system support preferred cores. On systems
170 * that support preferred cores, different highest perf values will be found
218 pr_debug("AMD CPPC preferred core is %ssupported (highest perf: 0x%llx)\n", in amd_detect_prefcore()
231 * a CPU. On systems that support preferred cores, this will be a hardcoded
234 * If booting the system with amd-pstate enabled but preferred cores disabled then
236 * even if the preferred cores scheduling hints are not enabled.
249 /* without preferred cores, return the highest perf register value */ in amd_get_boost_ratio_numerator()
/linux-6.12.1/fs/quota/
Dquotaio_v2.h41 __le32 dqb_isoftlimit; /* preferred inode limit */
44 __le32 dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */
54 __le64 dqb_isoftlimit; /* preferred inode limit */
57 __le64 dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */
Dquotaio_v1.h23 __u32 dqb_bsoftlimit; /* preferred limit on disk blks */
26 __u32 dqb_isoftlimit; /* preferred inode limit */
/linux-6.12.1/drivers/firmware/efi/libstub/
Drelocate.c95 * @preferred_addr: preferred target address
101 * to @alignment but at least EFI_ALLOC_ALIGN. If the preferred address
134 * also have a preferred address, so first try to relocate in efi_relocate_kernel()
135 * to the preferred address. If that fails, allocate as low in efi_relocate_kernel()
143 * If preferred address allocation failed allocate as low as in efi_relocate_kernel()
/linux-6.12.1/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.12.1/drivers/cpufreq/
Damd-pstate.h35 * For platforms that do not support the preferred core feature, the
43 * @prefcore_ranking: the preferred core ranking, the higher value indicates a higher
57 * @hw_prefcore: check whether HW supports preferred core featue.
59 * AMD P-State driver supports preferred core featue.
/linux-6.12.1/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 …]
/linux-6.12.1/drivers/media/platform/qcom/camss/
Dcamss-csid.h141 * @match_format_idx: Request preferred index, as defined by subdevice csid_format.
143 * @match_code: Request preferred code, set @match_format_idx to 0 if used
191 * @req_format_idx: Request preferred index, as defined by subdevice csid_format.
193 * @match_code: Request preferred code, set @req_format_idx to 0 if used
/linux-6.12.1/drivers/nvme/common/
Dkeyring.c130 * 'Retained' PSKs (ie 'generated == false') should be preferred to 'generated'
131 * PSKs, PSKs with hash (psk_ver 1) should be preferred to PSKs without hash
132 * (psk_ver 0), and SHA-384 should be preferred to SHA-256.
166 * nvme_tls_psk_default - Return the preferred PSK to use for TLS ClientHello
/linux-6.12.1/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.12.1/drivers/gpu/drm/amd/display/dc/optc/dcn401/
Ddcn401_optc.c43 * Driver will reserve the first and second preferred memory instances for each
44 * OPP pipe. For example, OPP0's first and second preferred memory is ODM_MEM0
45 * and ODM_MEM1. OPP1's first and second preferred memory is ODM_MEM2 and
48 * Driver will first allocate from first preferred memory instances associated
50 * second preferred memory instances associated with current OPP pipes in use.
51 * Finally if still needed, driver will allocate from second preferred memory
53 * enough other OPTCs can still allocate from their OPPs' first preferred memory
/linux-6.12.1/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.12.1/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
/linux-6.12.1/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.
/linux-6.12.1/arch/arm/boot/dts/ti/omap/
Domap3-beagle-ab4.dts30 /* Preferred always-on timer for clocksource */
39 /* Preferred timer for clockevent */
/linux-6.12.1/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.12.1/Documentation/ABI/stable/
Dsysfs-class-backlight52 control should be preferred to platform control should
53 be preferred to raw control. Using a firmware
/linux-6.12.1/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

12345678910>>...31