Home
last modified time | relevance | path

Searched full:between (Results 1 – 25 of 7701) sorted by relevance

12345678910>>...309

/kernel/linux/linux-6.6/Documentation/netlink/specs/
Ddevlink.yaml35 # TODO: fill in the attributes in between
42 # TODO: fill in the attributes in between
54 # TODO: fill in the attributes in between
61 # TODO: fill in the attributes in between
68 # TODO: fill in the attributes in between
75 # TODO: fill in the attributes in between
106 # TODO: fill in the attributes in between
113 # TODO: fill in the attributes in between
120 # TODO: fill in the attributes in between
131 # TODO: fill in the attributes in between
[all …]
/kernel/linux/linux-6.6/drivers/mailbox/
DKconfig5 Mailbox is a framework to control hardware communication between
36 which provides unidirectional mailboxes between processing elements.
60 send short messages between Highbank's A9 cores and the EnergyCore
97 between CPU cores and MCU processor on Some Rockchip SOCs.
107 between the OS and a platform such as the BMC. This medium
118 to send message between processors. Say Y here if you want to use the
144 and K3 architecture SoCs. These may be used for communication between
155 between application processors and other processors/MCU/DSP. Select
165 between application processors and MCU. Say Y here if you want to
201 between different remote processors and host processors on Tegra186
[all …]
/kernel/linux/linux-5.10/drivers/mailbox/
DKconfig5 Mailbox is a framework to control hardware communication between
41 send short messages between Highbank's A9 cores and the EnergyCore
78 between CPU cores and MCU processor on Some Rockchip SOCs.
88 between the OS and a platform such as the BMC. This medium
99 to send message between processors. Say Y here if you want to use the
124 and K3 architecture SoCs. These may be used for communication between
135 between application processors and other processors/MCU/DSP. Select
145 between application processors and MCU. Say Y here if you want to
169 between different remote processors and host processors on Tegra186
178 Mailbox (IPCM) between the ARM 64-bit cores and SLIMpro controller.
[all …]
/kernel/linux/linux-5.10/drivers/media/cec/platform/
DKconfig15 between compatible devices.
41 between compatible devices.
53 between compatible devices.
64 between compatible devices.
75 between compatible devices.
87 between compatible devices.
98 between compatible devices.
110 between compatible devices.
/kernel/linux/linux-6.6/drivers/media/cec/platform/
DKconfig15 between compatible devices.
41 between compatible devices.
53 between compatible devices.
64 between compatible devices.
75 between compatible devices.
87 between compatible devices.
98 between compatible devices.
110 between compatible devices.
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
Dtc_vlan_modify.sh108 check_fail $? "ping between two different vlans passed when should not"
111 check_fail $? "ping6 between two different vlans passed when should not"
119 check_err $? "ping between two different vlans failed when should not"
122 check_err $? "ping6 between two different vlans failed when should not"
135 check_fail $? "ping between two different vlans passed when should not"
138 check_fail $? "ping6 between two different vlans passed when should not"
146 check_err $? "ping between two different vlans failed when should not"
149 check_err $? "ping6 between two different vlans failed when should not"
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
Dtc_vlan_modify.sh108 check_fail $? "ping between two different vlans passed when should not"
111 check_fail $? "ping6 between two different vlans passed when should not"
119 check_err $? "ping between two different vlans failed when should not"
122 check_err $? "ping6 between two different vlans failed when should not"
135 check_fail $? "ping between two different vlans passed when should not"
138 check_fail $? "ping6 between two different vlans passed when should not"
146 check_err $? "ping between two different vlans failed when should not"
149 check_err $? "ping6 between two different vlans failed when should not"
/kernel/linux/linux-5.10/net/dccp/ccids/lib/
Dpacket_history.c157 if (!dccp_loss_free(s0, s1, n1)) { /* gap between S0 and S1 */ in __do_track_loss()
185 /* gap between S2 and S1: just update loss_prev */ in __one_after_loss()
188 } else { /* gap between S0 and S2 */ in __one_after_loss()
190 * Reorder history to insert S2 between S0 and S1 in __one_after_loss()
217 * Reorder history to insert S3 between S1 and S2 in __two_after_loss()
231 /* hole between S0 and S1 filled by S3 */ in __two_after_loss()
239 /* gap remains between S1 and S2 */ in __two_after_loss()
244 } else /* gap exists between S3 and S1, loss_count stays at 2 */ in __two_after_loss()
251 * The remaining case: S0 < S3 < S1 < S2; gap between S0 and S3 in __two_after_loss()
252 * Reorder history to insert S3 between S0 and S1. in __two_after_loss()
[all …]
/kernel/linux/linux-6.6/net/dccp/ccids/lib/
Dpacket_history.c157 if (!dccp_loss_free(s0, s1, n1)) { /* gap between S0 and S1 */ in __do_track_loss()
185 /* gap between S2 and S1: just update loss_prev */ in __one_after_loss()
188 } else { /* gap between S0 and S2 */ in __one_after_loss()
190 * Reorder history to insert S2 between S0 and S1 in __one_after_loss()
217 * Reorder history to insert S3 between S1 and S2 in __two_after_loss()
231 /* hole between S0 and S1 filled by S3 */ in __two_after_loss()
239 /* gap remains between S1 and S2 */ in __two_after_loss()
244 } else /* gap exists between S3 and S1, loss_count stays at 2 */ in __two_after_loss()
251 * The remaining case: S0 < S3 < S1 < S2; gap between S0 and S3 in __two_after_loss()
252 * Reorder history to insert S3 between S0 and S1. in __two_after_loss()
[all …]
/kernel/linux/linux-6.6/include/linux/
Dpercpu-refcount.h10 * There's one important difference between percpu refs and normal atomic_t
145 * There are no implied RCU grace periods between kill and release.
168 * between contaminating the pointer value, meaning that in __ref_is_percpu()
196 * This function is safe to call as long as @ref is between init and exit.
218 * This function is safe to call as long as @ref is between init and exit.
233 * This function is safe to call as long as @ref is between init and exit.
262 * This function is safe to call as long as @ref is between init and exit.
273 * This function is safe to call as long as @ref is between init and exit.
304 * This function is safe to call as long as @ref is between init and exit.
324 * This function is safe to call as long as @ref is between init and exit.
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/spi/
Dcdns,qspi-nor-peripheral-props.yaml25 outputs are de-asserted between transactions.
29 Delay in nanoseconds between one chip select being de-activated
34 Delay in nanoseconds between last bit of current transaction and
39 Delay in nanoseconds between setting qspi_n_ss_out low and
/kernel/linux/linux-5.10/include/linux/
Dpercpu-refcount.h10 * There's one important difference between percpu refs and normal atomic_t
145 * There are no implied RCU grace periods between kill and release.
168 * between contaminating the pointer value, meaning that in __ref_is_percpu()
196 * This function is safe to call as long as @ref is between init and exit.
218 * This function is safe to call as long as @ref is between init and exit.
233 * This function is safe to call as long as @ref is between init and exit.
262 * This function is safe to call as long as @ref is between init and exit.
282 * This function is safe to call as long as @ref is between init and exit.
311 * This function is safe to call as long as @ref is between init and exit.
334 * This function is safe to call as long as @ref is between init and exit.
[all …]
/kernel/linux/linux-5.10/drivers/clk/zynqmp/
Dpll.c15 * @hw: Handle between common and hardware-specific interfaces
44 * @hw: Handle between common and hardware-specific interfaces
66 * @hw: Handle between common and hardware-specific interfaces
92 * @hw: Handle between common and hardware-specific interfaces
125 * @hw: Handle between common and hardware-specific interfaces
159 * @hw: Handle between common and hardware-specific interfaces
211 * @hw: Handle between common and hardware-specific interfaces
235 * @hw: Handle between common and hardware-specific interfaces
265 * @hw: Handle between common and hardware-specific interfaces
/kernel/linux/linux-6.6/drivers/clk/zynqmp/
Dpll.c15 * @hw: Handle between common and hardware-specific interfaces
45 * @hw: Handle between common and hardware-specific interfaces
69 * @hw: Handle between common and hardware-specific interfaces
95 * @hw: Handle between common and hardware-specific interfaces
128 * @hw: Handle between common and hardware-specific interfaces
169 * @hw: Handle between common and hardware-specific interfaces
221 * @hw: Handle between common and hardware-specific interfaces
245 * @hw: Handle between common and hardware-specific interfaces
275 * @hw: Handle between common and hardware-specific interfaces
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/
Dti-aemif.txt96 Time between the end of one asynchronous memory
99 between a read followed by read or a write
103 Time between the beginning of a memory cycle
108 Time between the activation and deactivation of
113 Time between the deactivation of the read
120 Time between the beginning of a memory cycle
125 Time between the activation and deactivation of
130 Time between the deactivation of the write
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/
Dti-aemif.txt96 Time between the end of one asynchronous memory
99 between a read followed by read or a write
103 Time between the beginning of a memory cycle
108 Time between the activation and deactivation of
113 Time between the deactivation of the read
120 Time between the beginning of a memory cycle
125 Time between the activation and deactivation of
130 Time between the deactivation of the write
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-backlight-adp552017 is an input code between 0 and 127, which is transformed to a
18 value between 0 mA and 30 mA using linear or non-linear
30 input code between 0 and 127, which is transformed to a value
31 between 0 mA and 30 mA using linear or non-linear algorithms.
Dsysfs-bus-iio-adc-hi843523 The low voltage threshold range is between 2..21V.
24 Hysteresis between low and high thresholds can not be lower then 2 and
43 The high voltage threshold range is between 3..22V.
44 Hysteresis between low and high thresholds can not be lower then 2 and
Dsysfs-class-backlight-adp886022 is an input code between 0 and 127, which is transformed to a
23 value between 0 mA and 30 mA using linear or non-linear
36 input code between 0 and 127, which is transformed to a value
37 between 0 mA and 30 mA using linear or non-linear algorithms.
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-hi843523 The low voltage threshold range is between 2..21V.
24 Hysteresis between low and high thresholds can not be lower then 2 and
43 The high voltage threshold range is between 3..22V.
44 Hysteresis between low and high thresholds can not be lower then 2 and
/kernel/linux/linux-6.6/include/linux/sched/
Dsd_flags.h40 * involves equalizing a metric between groups), or for flags describing some
41 * shared resource (which would be shared between groups).
89 * NEEDS_GROUPS: Per-CPU capacity is asymmetric between groups.
99 * NEEDS_GROUPS: Per-CPU capacity is asymmetric between groups.
108 * NEEDS_GROUPS: Capacity is shared between groups.
117 * NEEDS_GROUPS: Caches are shared between groups.
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/
Dia_css_tnr_types.h25 * When difference between current frame and previous frame is less than or
28 * When difference between current frame and previous frame is greater
46 If difference between current frame and
52 If difference between current frame and
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/
Dia_css_tnr_types.h25 * When difference between current frame and previous frame is less than or
28 * When difference between current frame and previous frame is greater
46 If difference between current frame and
52 If difference between current frame and
/kernel/linux/linux-6.6/Documentation/mm/
Dzsmalloc.rst59 the number of zspages with usage ratio between 10% and 20%
61 the number of zspages with usage ratio between 20% and 30%
63 the number of zspages with usage ratio between 30% and 40%
65 the number of zspages with usage ratio between 40% and 50%
67 the number of zspages with usage ratio between 50% and 60%
69 the number of zspages with usage ratio between 60% and 70%
71 the number of zspages with usage ratio between 70% and 80%
73 the number of zspages with usage ratio between 80% and 90%
75 the number of zspages with usage ratio between 90% and 99%
/kernel/linux/linux-6.6/Documentation/input/
Dmulti-touch-protocol.rst53 The main difference between the stateless type A protocol and the stateful
107 raw data for all present contacts are sent between every synchronization
189 indicate the distance between the contact and the surface.
268 The distance, in surface units, between the contact and the surface. Zero
289 support is possible if the device can distinguish between the two axes, but
290 not (uniquely) any values in between. In such cases, the range of
301 the device cannot distinguish between the intended touch point and the
306 device cannot distinguish between the intended touch point and the tool
316 between different tool types, such as a finger or a pen. In such cases, the
356 the device can distinguish between a finger along the Y axis (0) and a
[all …]

12345678910>>...309