/linux-6.12.1/tools/memory-model/ |
D | lock.cat | 94 * Compute the relation containing these possible edges. 96 let possible-rfe-noncrit-lf e = (LKW * {e}) & loc & ext 98 (* Compute set of sets of possible rfe edges for LF events *) 99 let all-possible-rfe-lf = 101 * Convert the possible-rfe-noncrit-lf relation for e 105 map pair-to-relation (possible-rfe-noncrit-lf e) 110 with rfe-lf from cross(all-possible-rfe-lf) 116 * Compute the relation containing these possible edges. 118 let possible-rf-ru e = (((UL * {e}) & po-loc) \ 122 (* Compute set of sets of possible rf edges for RU events *) [all …]
|
/linux-6.12.1/Documentation/scsi/ |
D | link_power_management_policy.rst | 8 There are 3 possible options: 14 least possible power when possible. This may 23 when possible, but do not enter the lowest power
|
/linux-6.12.1/usr/include/ |
D | headers_check.pl | 121 for my $possible ( @file_paths ) { 122 if (not $import_stack{$possible} and open($fh, '<', $possible)) { 123 $import_path = $possible;
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-flash.rst | 62 to the flash controller. Setting this control may not be possible in 97 this is a sensor, which makes it possible to synchronise the 106 control may not be possible in presence of some faults. See 123 if possible. 128 if possible. Setting this control may not be possible in presence of 134 possible. 143 and returns the chip to a usable state if possible. 174 which strobing the flash at full current will not be possible.The 187 after strobe during which another strobe will not be possible. This
|
D | vidioc-g-selection.rst | 73 choose a crop/compose rectangle as close as possible to the requested 89 capture/output window or TV display. The closest possible values of 99 3. Keep center of adjusted rectangle as close as possible to the 102 4. Keep width and height as close as possible to original ones. 104 5. Keep horizontal and vertical offset as close as possible to original 181 It is not possible to adjust struct :c:type:`v4l2_rect` 189 It is not possible to apply change of the selection rectangle at the
|
/linux-6.12.1/Documentation/translations/zh_TW/admin-guide/ |
D | cputopology.rst | 68 possible: 已被分配資源的CPU,如果它們CPU實際存在,可以上線。 78 present和possible:: 83 possible: 0-31 92 possible: 0-127
|
/linux-6.12.1/Documentation/translations/zh_CN/admin-guide/ |
D | cputopology.rst | 68 possible: 已被分配资源的CPU,如果它们CPU实际存在,可以上线。 78 present和possible:: 83 possible: 0-31 92 possible: 0-127
|
/linux-6.12.1/drivers/acpi/ |
D | pci_link.c | 61 u32 possible[ACPI_PCI_LINK_MAX_POSSIBLE]; member 112 link->irq.possible[i] = p->interrupts[i]; in acpi_pci_link_check_possible() 138 link->irq.possible[i] = p->interrupts[i]; in acpi_pci_link_check_possible() 469 if (link->irq.possible[i] == irq) in acpi_irq_pci_sharing_penalty() 510 if (link->irq.possible[i] < ACPI_MAX_ISA_IRQS) in acpi_irq_penalty_init() 512 possible[i]] += in acpi_irq_penalty_init() 545 if (link->irq.active == link->irq.possible[i]) in acpi_pci_link_allocate() 564 irq = link->irq.possible[link->irq.possible_count - 1]; in acpi_pci_link_allocate() 573 acpi_irq_get_penalty(link->irq.possible[i])) in acpi_pci_link_allocate() 574 irq = link->irq.possible[i]; in acpi_pci_link_allocate() [all …]
|
/linux-6.12.1/Documentation/kbuild/ |
D | Kconfig.recursion-issue-01 | 13 # * What values are possible for CORE? 16 # that are possible for CORE. So for example if CORE_BELL_A_ADVANCED is 'y', 30 # what values are possible for CORE we ended up needing to address questions 31 # regarding possible values of CORE itself again. Answering the original 32 # question of what are the possible values of CORE would make the kconfig
|
/linux-6.12.1/arch/loongarch/kernel/ |
D | setup.c | 569 int i, possible; in prefill_possible_map() local 571 possible = num_processors + disabled_cpus; in prefill_possible_map() 572 if (possible > nr_cpu_ids) in prefill_possible_map() 573 possible = nr_cpu_ids; in prefill_possible_map() 576 possible, max((possible - num_processors), 0)); in prefill_possible_map() 578 for (i = 0; i < possible; i++) in prefill_possible_map() 585 set_nr_cpu_ids(possible); in prefill_possible_map()
|
/linux-6.12.1/arch/x86/kernel/cpu/ |
D | topology.c | 429 unsigned int possible = nr_cpu_ids; in topology_apply_cmdline_limits_early() local 433 possible = 1; in topology_apply_cmdline_limits_early() 436 possible = min_t(unsigned int, max_possible_cpus, possible); in topology_apply_cmdline_limits_early() 438 if (possible < nr_cpu_ids) { in topology_apply_cmdline_limits_early() 439 pr_info("Limiting to %u possible CPUs\n", possible); in topology_apply_cmdline_limits_early() 440 set_nr_cpu_ids(possible); in topology_apply_cmdline_limits_early()
|
/linux-6.12.1/drivers/net/phy/ |
D | bcm84881.c | 34 unsigned long *possible = phydev->possible_interfaces; in bcm84881_fill_possible_interfaces() local 36 __set_bit(PHY_INTERFACE_MODE_SGMII, possible); in bcm84881_fill_possible_interfaces() 37 __set_bit(PHY_INTERFACE_MODE_2500BASEX, possible); in bcm84881_fill_possible_interfaces() 38 __set_bit(PHY_INTERFACE_MODE_10GBASER, possible); in bcm84881_fill_possible_interfaces()
|
/linux-6.12.1/Documentation/networking/ |
D | ipv6.rst | 27 The possible values and their effects are: 38 it will not be possible to open an IPv6 socket. 49 The possible values and their effects are: 67 The possible values and their effects are:
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-uevent | 21 a transaction identifier so it's possible to use the same UUID 33 It's possible to define zero or more pairs - each pair is then 36 name gains ``SYNTH_ARG_`` prefix to avoid possible collisions
|
D | sysfs-class-scsi_host | 23 stack for a performance advantage when possible. A value of 39 There are four possible options: 42 least possible power when possible. This may sacrifice some 51 when possible, but do not enter the lowest power state, thus
|
D | sysfs-bus-bcma | 7 include/linux/bcma/bcma.h for possible values. 31 belongs to. See include/linux/bcma/bcma.h for possible values.
|
D | configfs-rdma_cm | 21 The possible RoCE types are either "IB/RoCE v1" or "RoCE v2". 30 The possible RoCE TOS values are 0-255.
|
D | sysfs-firmware-opal-powercap | 22 possible powercap in Watt units 25 possible powercap in Watt units
|
D | sysfs-platform-usbip-vudc | 8 controller. It is possible to read this file 36 would like to use this device. It is possible to
|
/linux-6.12.1/Documentation/filesystems/ |
D | virtiofs.rst | 22 Although it is possible to use existing network file systems for some of these 29 possible with network file systems. 70 FUSE client may choose which request to transfer, making it possible to 72 it is not possible to change the order of requests that have been enqueued.
|
/linux-6.12.1/Documentation/admin-guide/ |
D | cputopology.rst | 68 possible: CPUs that have been allocated resources and can be 81 brought online as they are both present and possible:: 86 possible: 0-31 97 possible: 0-127
|
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
D | affinity.c | 95 int possible, curr_cpu, i, ht; in init_real_cpu_mask() local 105 possible = cpumask_weight(&node_affinity.real_cpu_mask); in init_real_cpu_mask() 114 for (i = 0; i < possible / ht; i++) in init_real_cpu_mask() 120 for (; i < possible; i++) { in init_real_cpu_mask() 595 int curr_cpu, possible, i, ret; in hfi1_dev_affinity_init() local 628 possible = cpumask_weight(&entry->def_intr.mask); in hfi1_dev_affinity_init() 631 if (possible == 1) { in hfi1_dev_affinity_init() 966 int possible, curr_cpu, i; in find_hw_thread_mask() local 974 possible = cpumask_weight(hw_thread_mask); in find_hw_thread_mask() 981 for (; i < possible; i++) { in find_hw_thread_mask()
|
/linux-6.12.1/tools/testing/kunit/configs/ |
D | all_tests.config | 1 # This config enables as many tests as possible under UML. 3 # automated testing of as much as possible.
|
/linux-6.12.1/Documentation/translations/ |
D | index.rst | 45 applied to the English documents first. Afterwards and when possible, the 50 Translations try to be as accurate as possible but it is not possible to map
|
/linux-6.12.1/Documentation/userspace-api/media/rc/ |
D | lirc-set-rec-timeout.rst | 42 and data should be reported as soon as possible. If the exact value 43 cannot be set, then the next possible value _greater_ than the
|