Home
last modified time | relevance | path

Searched full:one (Results 1 – 25 of 8287) sorted by relevance

12345678910>>...332

/kernel/linux/linux-4.19/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt8 CONFIG_DEBUG_OBJECTS_RCU_HEAD -- Do one.
10 CONFIG_HZ_PERIODIC -- Do one.
12 CONFIG_NO_HZ_FULL -- Do two, one with partial CPU enablement.
16 CONFIG_RCU_BOOST -- one of PREEMPT_RCU.
18 CONFIG_RCU_FANOUT_LEAF -- Do one non-default.
19 CONFIG_RCU_FAST_NO_HZ -- Do one, but not with all nohz_full CPUs.
20 CONFIG_RCU_NOCB_CPU -- Do three, one with no rcu_nocbs CPUs, one with
21 rcu_nocbs=0, and one with all rcu_nocbs CPUs.
23 CONFIG_SMP -- Need one !SMP for PREEMPT_RCU.
25 CONFIG_RCU_EQS_DEBUG -- Do at least one for CONFIG_NO_HZ_FULL and not.
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt8 CONFIG_DEBUG_OBJECTS_RCU_HEAD -- Do one.
9 CONFIG_HZ_PERIODIC -- Do one.
11 CONFIG_NO_HZ_FULL -- Do two, one with partial CPU enablement.
15 CONFIG_RCU_BOOST -- one of PREEMPT_RCU.
17 CONFIG_RCU_FANOUT_LEAF -- Do one non-default.
18 CONFIG_RCU_FAST_NO_HZ -- Do one, but not with all nohz_full CPUs.
19 CONFIG_RCU_NOCB_CPU -- Do three, one with no rcu_nocbs CPUs, one with
20 rcu_nocbs=0, and one with all rcu_nocbs CPUs.
22 CONFIG_SMP -- Need one !SMP for PREEMPT_RCU.
24 CONFIG_RCU_EQS_DEBUG -- Do at least one for CONFIG_NO_HZ_FULL and not.
[all …]
/kernel/linux/linux-4.19/lib/
Datomic64_test.c99 i, (i) + one, (i) + one); \
105 i, (i) - one, (i) - one); \
113 int one = 1; in test_atomic() local
119 TEST(, add, +=, -one); in test_atomic()
121 TEST(, sub, -=, -one); in test_atomic()
128 RETURN_FAMILY_TEST(, add_return, +=, -one); in test_atomic()
130 RETURN_FAMILY_TEST(, sub_return, -=, -one); in test_atomic()
133 FETCH_FAMILY_TEST(, fetch_add, +=, -one); in test_atomic()
135 FETCH_FAMILY_TEST(, fetch_sub, -=, -one); in test_atomic()
158 long long one = 1LL; in test_atomic64() local
[all …]
/kernel/linux/linux-5.10/lib/
Datomic64_test.c95 i, (i) + one, (i) + one); \
101 i, (i) - one, (i) - one); \
109 int one = 1; in test_atomic() local
115 TEST(, add, +=, -one); in test_atomic()
117 TEST(, sub, -=, -one); in test_atomic()
124 RETURN_FAMILY_TEST(, add_return, +=, -one); in test_atomic()
126 RETURN_FAMILY_TEST(, sub_return, -=, -one); in test_atomic()
129 FETCH_FAMILY_TEST(, fetch_add, +=, -one); in test_atomic()
131 FETCH_FAMILY_TEST(, fetch_sub, -=, -one); in test_atomic()
154 long long one = 1LL; in test_atomic64() local
[all …]
/kernel/linux/linux-4.19/include/linux/dma/
Dsprd-dma.h18 * and linklist mode. One transaction can contain several blocks, one block can
20 * configuration into one reserved memory, then DMA can fetch each DMA
33 * @SPRD_DMA_FRAG_INT: fragment done interrupt when one fragment request
35 * @SPRD_DMA_BLK_INT: block done interrupt when one block request is done.
36 * @SPRD_DMA_BLK_FRAG_INT: block and fragment interrupt when one fragment
37 * or one block request is done.
38 * @SPRD_DMA_TRANS_INT: tansaction done interrupt when one transaction
40 * @SPRD_DMA_TRANS_FRAG_INT: transaction and fragment interrupt when one
42 * @SPRD_DMA_TRANS_BLK_INT: transaction and block interrupt when one
44 * @SPRD_DMA_LIST_INT: link-list done interrupt when one link-list request
/kernel/linux/linux-4.19/net/netfilter/ipset/
DKconfig31 This option adds the bitmap:ip set type support, by which one
40 This option adds the bitmap:ip,mac set type support, by which one
49 This option adds the bitmap:port set type support, by which one
58 This option adds the hash:ip set type support, by which one
68 This option adds the hash:ip,mark set type support, by which one
77 This option adds the hash:ip,port set type support, by which one
87 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6
97 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6
107 one can store IPv4/IPv6 address and MAC (ethernet address) pairs in a set.
116 one can store MAC (ethernet address) elements in a set.
[all …]
/kernel/linux/linux-5.10/net/netfilter/ipset/
DKconfig32 This option adds the bitmap:ip set type support, by which one
41 This option adds the bitmap:ip,mac set type support, by which one
50 This option adds the bitmap:port set type support, by which one
59 This option adds the hash:ip set type support, by which one
69 This option adds the hash:ip,mark set type support, by which one
78 This option adds the hash:ip,port set type support, by which one
88 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6
98 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6
108 one can store IPv4/IPv6 address and MAC (ethernet address) pairs in a set.
117 one can store MAC (ethernet address) elements in a set.
[all …]
/kernel/linux/linux-4.19/include/linux/iio/
Devents.h17 * @chan_type: Type of the channel. Should be one of enum iio_chan_type.
19 * @modifier: Modifier for the channel. Should be one of enum iio_modifier.
20 * @direction: Direction of the event. One of enum iio_event_direction.
21 * @type: Type of the event. Should be one of enum iio_event_type.
37 * @chan_type: Type of the channel. Should be one of enum iio_chan_type.
39 * @modifier: Modifier for the channel. Should be one of enum iio_modifier.
40 * @type: Type of the event. Should be one of enum iio_event_type.
41 * @direction: Direction of the event. One of enum iio_event_direction.
50 * @chan_type: Type of the channel. Should be one of enum iio_chan_type.
52 * @type: Type of the event. Should be one of enum iio_event_type.
[all …]
/kernel/linux/linux-5.10/include/linux/iio/
Devents.h14 * @chan_type: Type of the channel. Should be one of enum iio_chan_type.
16 * @modifier: Modifier for the channel. Should be one of enum iio_modifier.
17 * @direction: Direction of the event. One of enum iio_event_direction.
18 * @type: Type of the event. Should be one of enum iio_event_type.
34 * @chan_type: Type of the channel. Should be one of enum iio_chan_type.
36 * @modifier: Modifier for the channel. Should be one of enum iio_modifier.
37 * @type: Type of the event. Should be one of enum iio_event_type.
38 * @direction: Direction of the event. One of enum iio_event_direction.
47 * @chan_type: Type of the channel. Should be one of enum iio_chan_type.
49 * @type: Type of the event. Should be one of enum iio_event_type.
[all …]
/kernel/linux/linux-4.19/Documentation/media/uapi/v4l/
Dtuner.rst13 Video input devices can have one or more tuners demodulating a RF
14 signal. Each tuner is associated with one or more video inputs,
21 Radio input devices have exactly one tuner with index zero, no video
34 current tuner, when there is more than one at all. The tuner is solely
38 device has one or more tuners.
44 Video output devices can have one or more modulators, uh, modulating a
46 set or video recorder. Each modulator is associated with one or more
54 Radio output devices have exactly one modulator with index zero, no
58 separate device nodes will have to be used for such hardware, one that
59 supports the tuner functionality and one that supports the modulator
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dtuner.rst13 Video input devices can have one or more tuners demodulating a RF
14 signal. Each tuner is associated with one or more video inputs,
21 Radio input devices have exactly one tuner with index zero, no video
34 current tuner, when there is more than one. The tuner is solely
38 device has one or more tuners.
44 Video output devices can have one or more modulators, that modulate a
46 set or video recorder. Each modulator is associated with one or more
54 Radio output devices have exactly one modulator with index zero, no
58 separate device nodes will have to be used for such hardware, one that
59 supports the tuner functionality and one that supports the modulator
[all …]
Dpixfmt-compressed.rst38 The decoder expects one Access Unit per buffer.
39 The encoder generates one Access Unit per buffer.
71 one output and one capture buffer must be provided for use
120 Exactly one output and one capture buffer must be provided for use with
148 - VP8 compressed video frame. The encoder generates one
149 compressed frame per buffer, and the decoder requires one
161 Exactly one output and one capture buffer must be provided for use with
175 - VP9 compressed video frame. The encoder generates one
176 compressed frame per buffer, and the decoder requires one
183 The decoder expects one Access Unit per buffer.
[all …]
/kernel/linux/linux-4.19/drivers/media/pci/cx18/
Dcx23418.h28 IN[0] - Task ID. This is one of the XPU_CMD_MASK_YYY where XPU is
32 ReturnCode - One of the ERR_SYS_... */
37 ReturnCode - One of the ERR_SYS_... */
77 ReturnCode - One of the ERR_DE_... */
93 ReturnCode - One of the ERR_CAPTURE_... */
99 ReturnCode - One of the ERR_CAPTURE_... */
104 ReturnCode - One of the ERR_CAPTURE_... */
109 ReturnCode - One of the ERR_CAPTURE_... */
126 ReturnCode - One of the ERR_CAPTURE_... */
132 ReturnCode - One of the ERR_CAPTURE_... */
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
Dcx23418.h19 IN[0] - Task ID. This is one of the XPU_CMD_MASK_YYY where XPU is
23 ReturnCode - One of the ERR_SYS_... */
28 ReturnCode - One of the ERR_SYS_... */
68 ReturnCode - One of the ERR_DE_... */
84 ReturnCode - One of the ERR_CAPTURE_... */
90 ReturnCode - One of the ERR_CAPTURE_... */
95 ReturnCode - One of the ERR_CAPTURE_... */
100 ReturnCode - One of the ERR_CAPTURE_... */
117 ReturnCode - One of the ERR_CAPTURE_... */
123 ReturnCode - One of the ERR_CAPTURE_... */
[all …]
/kernel/linux/linux-4.19/Documentation/ABI/testing/
Dsysfs-driver-ufs18 Description: This file shows the device type. This is one of the UFS
26 Description: This file shows the device class. This is one of the UFS
34 Description: This file shows the UFS storage subclass. This is one of
43 This is one of the UFS device descriptor parameters.
51 Description: This file shows number of logical units. This is one of
60 This is one of the UFS device descriptor parameters.
69 enabled for boot. This is one of the UFS device descriptor
79 of the boot sequence. This is one of the UFS device descriptor
88 device initialization or hardware reset. This is one of
96 Description: This file shows the high priority lun. This is one of
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
Drcar_du_drv.c44 * R8A774[34] has one RGB output and one LVDS output
87 * R8A77470 has two RGB outputs, one LVDS output, and
88 * one (currently unsupported) analog video output
114 * R8A774A1 has one RGB output, one LVDS output and one HDMI
143 * R8A774B1 has one RGB output, one LVDS output and one HDMI
170 * R8A774C0 has one RGB output and two LVDS outputs
198 * R8A774E1 has one RGB output, one LVDS output and one HDMI
225 * R8A7779 has two RGB outputs and one (currently unsupported)
248 * R8A7742 and R8A7790 each have one RGB output and two LVDS
249 * outputs. Additionally R8A7790 supports one TCON output
[all …]
/kernel/liteos_a/lib/libc/src/
Dmemcmp.c41 while (num >= 8) { /* 8, compare size, the number of chars of one uint64_t data */ in memcmp()
45 s1 += 8; /* 8, compare size, the number of chars of one uint64_t data */ in memcmp()
46 s2 += 8; /* 8, compare size, the number of chars of one uint64_t data */ in memcmp()
47 num -= 8; /* 8, compare size, the number of chars of one uint64_t data */ in memcmp()
54 if (num >= 4) { /* 4, compare size, the number of chars of one uint32_t data */ in memcmp()
58 s1 += 4; /* 4, compare size, the number of chars of one uint32_t data */ in memcmp()
59 s2 += 4; /* 4, compare size, the number of chars of one uint32_t data */ in memcmp()
60 num -= 4; /* 4, compare size, the number of chars of one uint32_t data */ in memcmp()
74 s1 += 4; /* 4, compare size, the number of chars of one uint32_t data */ in memcmp()
75 s2 += 4; /* 4, compare size, the number of chars of one uint32_t data */ in memcmp()
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/pinctrl/
Dsprd,pinctrl.txt6 register contains several bit fields with one bit or several bits
9 driving level": One pin can output 3.0v or 1.8v, depending on the
12 to choose one function (like: UART0) for which system, since we
13 have several systems (AP/CP/CM4) on one SoC.).
17 as one generic configuration, and maybe it will add more strange
18 global configuration in future. Then we add one "sprd,control" to
22 Moreover we recognise every fields comprising one bit or several
23 bits in one global control register as one pin, thus we should
28 register definition, and each register described one pin is used
57 register definition, and each register described one pin is used to
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dsprd,pinctrl.txt6 register contains several bit fields with one bit or several bits
9 driving level": One pin can output 3.0v or 1.8v, depending on the
12 to choose one function (like: UART0) for which system, since we
13 have several systems (AP/CP/CM4) on one SoC.).
17 as one generic configuration, and maybe it will add more strange
18 global configuration in future. Then we add one "sprd,control" to
22 Moreover we recognise every fields comprising one bit or several
23 bits in one global control register as one pin, thus we should
28 register definition, and each register described one pin is used
57 register definition, and each register described one pin is used to
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dconnect4_prog.c113 int zero = 0, one = 1; in set_keepalive() local
115 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_KEEPALIVE, &one, sizeof(one))) in set_keepalive()
118 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPIDLE, &one, sizeof(one))) in set_keepalive()
120 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPINTVL, &one, sizeof(one))) in set_keepalive()
122 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPCNT, &one, sizeof(one))) in set_keepalive()
124 if (bpf_setsockopt(ctx, SOL_TCP, TCP_SYNCNT, &one, sizeof(one))) in set_keepalive()
126 if (bpf_setsockopt(ctx, SOL_TCP, TCP_USER_TIMEOUT, &one, sizeof(one))) in set_keepalive()
/kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Source/Drivers/
Dgd32vf103_dma.c47 only one parameter can be selected which is shown as below:
93 only one parameter can be selected which is shown as below:
158 only one parameter can be selected which is shown as below:
177 only one parameter can be selected which is shown as below:
196 only one parameter can be selected which is shown as below:
215 only one parameter can be selected which is shown as below:
234 only one parameter can be selected which is shown as below:
253 only one parameter can be selected which is shown as below:
272 only one parameter can be selected which is shown as below:
292 only one parameter can be selected which is shown as below:
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/serial/
Dpl011.txt5 - reg: exactly one register range with length 0x1000
6 - interrupts: exactly one interrupt specifier
10 When present, must have one state named "default",
20 of the block. Just listing one clock (the first one) is
27 When present, may have one or two dma channels.
28 The first one must be named "rx", the second one
/kernel/liteos_a/kernel/base/include/
Dlos_sys_pri.h46 * Number of milliseconds in one second.
52 * Number of microseconds in one second.
58 * Number of nanoseconds in one second.
64 * Number of microseconds in one milliseconds.
70 * Number of nanoseconds in one milliseconds.
76 * Number of nanoseconds in one microsecond.
82 * Number of cycle in one tick.
88 * Number of nanoseconds in one cycle.
94 * Number of microseconds in one tick.
100 * Number of nanoseconds in one tick.
/kernel/linux/linux-5.10/include/linux/dma/
Dsprd-dma.h16 * we can request 2 dma channels, one for source channel, and another one for
74 * and linklist mode. One transaction can contain several blocks, one block can
76 * configuration into one reserved memory, then DMA can fetch each DMA
89 * @SPRD_DMA_FRAG_INT: fragment done interrupt when one fragment request
91 * @SPRD_DMA_BLK_INT: block done interrupt when one block request is done.
92 * @SPRD_DMA_BLK_FRAG_INT: block and fragment interrupt when one fragment
93 * or one block request is done.
94 * @SPRD_DMA_TRANS_INT: tansaction done interrupt when one transaction
96 * @SPRD_DMA_TRANS_FRAG_INT: transaction and fragment interrupt when one
98 * @SPRD_DMA_TRANS_BLK_INT: transaction and block interrupt when one
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-ufs18 Description: This file shows the device type. This is one of the UFS
27 Description: This file shows the device class. This is one of the UFS
36 Description: This file shows the UFS storage subclass. This is one of
46 This is one of the UFS device descriptor parameters.
55 Description: This file shows number of logical units. This is one of
65 This is one of the UFS device descriptor parameters.
75 enabled for boot. This is one of the UFS device descriptor
86 of the boot sequence. This is one of the UFS device descriptor
96 device initialization or hardware reset. This is one of
105 Description: This file shows the high priority lun. This is one of
[all …]

12345678910>>...332