/linux-6.12.1/drivers/gpu/drm/tests/ |
D | drm_hdmi_state_helper_test.c | 46 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/ |
D | vl_rotate.c | 175 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 …]
|
D | fs_operation.c | 259 op->addr_index != alist->preferred && in afs_put_operation() 260 test_bit(alist->preferred, &op->addr_tried)) in afs_put_operation() 261 WRITE_ONCE(alist->preferred, op->addr_index); in afs_put_operation()
|
D | vl_probe.c | 123 alist->preferred = index; in afs_vlserver_probe_result() 306 vllist->preferred = pref; in afs_wait_for_vl_probes()
|
/linux-6.12.1/Documentation/admin-guide/ |
D | numastat.rst | 11 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/mm/ |
D | memory-tiers.c | 30 nodemask_t preferred; member 359 target = node_random(&nd->preferred); in next_demotion_node() 371 node_demotion[node].preferred = NODE_MASK_NONE; in disable_all_demotion_targets() 395 nodemask_t preferred = node_demotion[node].preferred; in dump_demotion_targets() local 400 if (nodes_empty(preferred)) in dump_demotion_targets() 404 node, nodemask_pr_args(&preferred), in dump_demotion_targets() 462 node_set(target, nd->preferred); in establish_demotion_targets()
|
/linux-6.12.1/fs/ocfs2/ |
D | slot_map.c | 250 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.12.1/Documentation/ABI/stable/ |
D | sysfs-class-backlight | 52 control should be preferred to platform control should 53 be preferred to raw control. Using a firmware
|
D | sysfs-acpi-pmprofile | 5 Description: The ACPI pm_profile sysfs interface exposes the preferred
|
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
D | platform.c | 525 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.12.1/Documentation/translations/zh_CN/process/ |
D | license-rules.rst | 13 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/translations/zh_TW/process/ |
D | license-rules.rst | 14 Linux內核根據LICENSES/preferred/GPL-2.0中提供的GNU通用公共許可證版本2 142 LICENSES/preferred/ 149 LICENSES/preferred/GPL-2.0 153 LICENSES/preferred/MIT
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-tuner.rst | 421 - 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/arch/arm64/ |
D | memory-tagging-extension.rst | 95 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/ |
D | COPYING | 8 LICENSES/preferred/GPL-2.0
|
/linux-6.12.1/arch/arc/boot/dts/ |
D | skeleton_hs.dtsi | 33 /* 64-bit Local RTC: preferred clocksource for UP */
|
/linux-6.12.1/Documentation/process/ |
D | maintainer-kvm-x86.rst | 111 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
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | rockchip-pcie-phy.txt | 16 Required properties for per-lane PHY mode (preferred):
|
/linux-6.12.1/drivers/scsi/device_handler/ |
D | scsi_dh_rdac.c | 206 char preferred; member 420 h->preferred = RDAC_PREFERRED; in check_ownership() 423 h->preferred = RDAC_NON_PREFERRED; in check_ownership() 642 (h->preferred == RDAC_PREFERRED)) in rdac_activate()
|
/linux-6.12.1/Documentation/devicetree/bindings/ |
D | submitting-patches.rst | 14 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
|
/linux-6.12.1/arch/arm/boot/dts/allwinner/ |
D | sun8i-r16-nintendo-nes-classic.dts | 25 * PF can also be used for the SD card so PB is preferred.
|
/linux-6.12.1/Documentation/admin-guide/pm/ |
D | amd-pstate.rst | 254 ``cpuinfo``. On systems that support preferred core, the driver will have 269 Whether the platform supports the preferred core feature and it has been 275 larger numbers are preferred at the time of reading. This can change at 396 ``amd-pstate`` preferred core enables the scheduler to prefer scheduling on 397 cores that can achieve a higher frequency with lower voltage. The preferred 402 driver will also determine whether or not ``amd-pstate`` preferred core is 419 Default enable ``amd-pstate`` preferred core. 423 For systems that support ``amd-pstate`` preferred core, the core rankings will 463 Enable the ``amd-pstate`` preferred core. 466 Disable the ``amd-pstate`` preferred core [all …]
|
/linux-6.12.1/Documentation/driver-api/tty/ |
D | tty_driver.rst | 66 (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
|
/linux-6.12.1/Documentation/networking/devlink/ |
D | devlink-params.rst | 49 add. Use of generic parameters is preferred over each driver creating their 81 Load firmware version preferred by the driver.
|
/linux-6.12.1/Documentation/ABI/removed/ |
D | sysfs-selinux-disable | 14 The preferred method of disabling SELinux is via the "selinux=0" boot
|