Home
last modified time | relevance | path

Searched refs:possible (Results 1 – 25 of 929) sorted by relevance

12345678910>>...38

/linux/tools/memory-model/
H A Dlock.cat94 * 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/drivers/acpi/
H A Dpci_link.c61 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/Documentation/translations/zh_CN/admin-guide/
H A Dcputopology.rst68 possible: 已被分配资源的CPU,如果它们CPU实际存在,可以上线。
78 present和possible::
83 possible: 0-31
92 possible: 0-127
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dcputopology.rst68 possible: 已被分配資源的CPU,如果它們CPU實際存在,可以上線。
78 present和possible::
83 possible: 0-31
92 possible: 0-127
/linux/Documentation/kbuild/
H A DKconfig.recursion-issue-0113 # * 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/arch/loongarch/kernel/
H A Dsetup.c572 int i, possible; in prefill_possible_map() local
574 possible = num_processors + disabled_cpus; in prefill_possible_map()
575 if (possible > nr_cpu_ids) in prefill_possible_map()
576 possible = nr_cpu_ids; in prefill_possible_map()
579 possible, max((possible - num_processors), 0)); in prefill_possible_map()
581 for (i = 0; i < possible; i++) in prefill_possible_map()
588 set_nr_cpu_ids(possible); in prefill_possible_map()
/linux/Documentation/networking/
H A Dipv6.rst27 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:
H A Dradiotap-headers.rst22 if the possible argument associated with that bit is present or not. So if b0
30 [ <possible argument bitmap extensions ... > ]
33 At the moment there are only 13 possible argument indexes defined, but in case
35 indicates that there is another u32 bitmap following (shown as "possible
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-selection.rst73 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/Documentation/ABI/testing/
H A Dsysfs-uevent21 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
H A Dsysfs-class-scsi_host23 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
H A Dsysfs-bus-bcma7 include/linux/bcma/bcma.h for possible values.
31 belongs to. See include/linux/bcma/bcma.h for possible values.
H A Dconfigfs-rdma_cm21 The possible RoCE types are either "IB/RoCE v1" or "RoCE v2".
30 The possible RoCE TOS values are 0-255.
H A Dsysfs-firmware-opal-powercap22 possible powercap in Watt units
25 possible powercap in Watt units
H A Dsysfs-platform-usbip-vudc8 controller. It is possible to read this file
36 would like to use this device. It is possible to
H A Dsysfs-bus-iio-timer-stm325 Reading returns the list possible master modes which are:
108 Reading returns the list possible enable modes.
134 Reading returns the list possible trigger modes.
/linux/Documentation/admin-guide/
H A Dcputopology.rst68 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/Documentation/filesystems/
H A Dvirtiofs.rst22 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/Documentation/translations/
H A Dindex.rst45 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/tools/testing/kunit/configs/
H A Dall_tests.config1 # This config enables as many tests as possible under UML.
3 # automated testing of as much as possible.
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-set-rec-timeout.rst42 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
/linux/tools/testing/selftests/futex/
H A DREADME25 o The build system shall remain as simple as possible, avoiding any archive or
27 o Where possible, any helper functions or other package-wide code shall be
30 o External dependencies shall remain as minimal as possible. Currently gcc
/linux/Documentation/staging/
H A Dspeculation.rst15 such as the contents of registers. However, in some cases it is possible to
20 For example, in the presence of branch prediction, it is possible for bounds
42 It is possible that a CPU mis-predicts the conditional branch, and
/linux/Documentation/filesystems/spufs/
H A Dspufs.rst57 possible operations, e.g. read access on the wbox file.
65 data in the address space of the SPU. The possible operations on an
83 blocking mode and it even poll() will not block on it. The possible
97 poll family of system calls can be used to wait for it. The possible
120 poll can be used to wait for it becoming empty again. The possible
142 units and return a big-endian binary integer number. The possible
173 The possible operations on an open npc, decr, decr_status,
215 is reset to zero. The possible operations on an open signal1 or sig-
241 quently written to it. The possible operations on an open signal1_type
/linux/drivers/net/wireless/broadcom/b43legacy/
H A DKconfig23 # Auto-select SSB PCI-HOST support, if possible
31 # Auto-select SSB PCICORE driver, if possible
40 # if it's possible.

12345678910>>...38