/linux/Documentation/admin-guide/ |
A 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/fs/ocfs2/ |
A 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 !si->si_slots[preferred].sl_node_num) { in __ocfs2_find_empty_slot() 257 ret = preferred; in __ocfs2_find_empty_slot()
|
/linux/fs/afs/ |
A D | addr_list.c | 373 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()
|
A D | server_list.c | 120 cur = old->servers[old->preferred].server; in afs_annotate_server_list() 123 new->preferred = j; in afs_annotate_server_list()
|
A D | fs_probe.c | 174 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()
|
A D | rotate.c | 35 op->index = READ_ONCE(op->server_list->preferred); in afs_start_fs_iteration() 490 sl->nr_servers, sl->preferred, sl->vnovol_mask); in afs_dump_edestaddrreq() 501 a->preferred); in afs_dump_edestaddrreq()
|
A D | vl_probe.c | 122 alist->preferred = index; in afs_vlserver_probe_result() 288 vllist->preferred = pref; in afs_wait_for_vl_probes()
|
A D | vl_rotate.c | 186 vc->index = vc->server_list->preferred; in afs_select_vlserver() 313 a->preferred); in afs_vl_dump_edestaddrreq()
|
/linux/drivers/infiniband/hw/hfi1/ |
A 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/Documentation/translations/zh_CN/process/ |
A 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/Documentation/translations/zh_TW/process/ |
A D | license-rules.rst | 16 Linux內核根據LICENSES/preferred/GPL-2.0中提供的GNU通用公共許可證版本2 144 LICENSES/preferred/ 151 LICENSES/preferred/GPL-2.0 155 LICENSES/preferred/MIT
|
/linux/Documentation/ABI/stable/ |
A D | sysfs-class-backlight | 51 control should be preferred to platform control should 52 be preferred to raw control. Using a firmware
|
/linux/Documentation/arm64/ |
A D | memory-tagging-extension.rst | 92 preferred tag checking modes" section below. 129 Per-CPU preferred tag checking mode 138 tag checking mode as the CPU's preferred tag checking mode. 140 The preferred tag checking mode for each CPU is controlled by 143 preferred mode for each CPU is ``async``. 145 To allow a program to potentially run in the CPU's preferred tag 148 flags, 0, 0, 0)`` system call. If the CPU's preferred tag checking
|
/linux/Documentation/userspace-api/media/v4l/ |
A 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/tools/testing/selftests/kvm/lib/aarch64/ |
A D | processor.c | 224 struct kvm_vcpu_init preferred; in aarch64_vcpu_setup() local 225 vm_ioctl(vm, KVM_ARM_PREFERRED_TARGET, &preferred); in aarch64_vcpu_setup() 226 init->target = preferred.target; in aarch64_vcpu_setup()
|
/linux/ |
A D | COPYING | 8 LICENSES/preferred/GPL-2.0
|
/linux/drivers/scsi/device_handler/ |
A 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() 629 (h->preferred == RDAC_PREFERRED)) in rdac_activate()
|
/linux/arch/arc/boot/dts/ |
A D | skeleton_hs.dtsi | 33 /* 64-bit Local RTC: preferred clocksource for UP */
|
/linux/Documentation/devicetree/bindings/phy/ |
A D | rockchip-pcie-phy.txt | 16 Required properties for per-lane PHY mode (preferred):
|
/linux/Documentation/devicetree/bindings/ |
A D | submitting-patches.rst | 14 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/Documentation/process/ |
A D | coding-style.rst | 6 This is a short document describing the preferred coding style for the 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 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 637 /* The preferred comment style for files in net/ and drivers/net 640 * It is nearly the same as the generally preferred comment style, 809 Enums are preferred when defining several related constants. 939 The preferred form for allocating an array is the following: [all …]
|
/linux/arch/arm/boot/dts/ |
A D | sun8i-r16-nintendo-nes-classic.dts | 25 * PF can also be used for the SD card so PB is preferred.
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
A D | zinitix.txt | 15 modes are 1 and 2. Mode 2 is the default and preferred.
|
/linux/Documentation/networking/devlink/ |
A 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/net/ipv4/ |
A D | devinet.c | 1638 unsigned long tstamp, u32 preferred, u32 valid) in put_cacheinfo() argument 1644 ci.ifa_prefered = preferred; in put_cacheinfo() 1655 u32 preferred, valid; in inet_fill_ifaddr() local 1674 preferred = ifa->ifa_preferred_lft; in inet_fill_ifaddr() 1676 if (preferred != INFINITY_LIFE_TIME) { in inet_fill_ifaddr() 1679 if (preferred > tval) in inet_fill_ifaddr() 1680 preferred -= tval; in inet_fill_ifaddr() 1682 preferred = 0; in inet_fill_ifaddr() 1691 preferred = INFINITY_LIFE_TIME; in inet_fill_ifaddr() 1706 preferred, valid)) in inet_fill_ifaddr()
|