Home
last modified time | relevance | path

Searched refs:one (Results 1 – 25 of 2088) sorted by relevance

12345678910>>...84

/linux-6.3-rc2/lib/
A Datomic64_test.c95 i, (i) + one, (i) + one); \
101 i, (i) - one, (i) - one); \
109 int one = 1; in test_atomic() local
192 r += one; in test_atomic64()
197 r -= one; in test_atomic64()
212 r += one; in test_atomic64()
217 r -= one; in test_atomic64()
224 INIT(-one); in test_atomic64()
225 BUG_ON(atomic64_dec_if_positive(&v) != (-one - one)); in test_atomic64()
230 r += one; in test_atomic64()
[all …]
A Dstackinit_kunit.c81 zero.one = 0; \
98 #define __static_all { .one = 0, \
104 #define __dynamic_all { .one = arg->one, \
110 #define __runtime_all var.one = 0; \
243 unsigned long one; member
251 size_t one; member
260 u8 one; member
268 char *one; member
277 u8 one; member
/linux-6.3-rc2/tools/testing/selftests/rcutorture/doc/
A DTREE_RCU-kconfig.txt8 CONFIG_DEBUG_OBJECTS_RCU_HEAD -- Do one.
9 CONFIG_HZ_PERIODIC -- Do one.
15 CONFIG_RCU_BOOST -- one of PREEMPT_RCU.
17 CONFIG_RCU_FANOUT_LEAF -- Do one non-default.
18 CONFIG_RCU_NOCB_CPU -- Do three, one with no rcu_nocbs CPUs, one with
21 CONFIG_SMP -- Need one !SMP for PREEMPT_RCU.
25 RCU-bh: Do one with PREEMPT and one with !PREEMPT.
26 RCU-sched: Do one with PREEMPT but not BOOST.
31 nohz_full - do at least one.
32 maxcpu -- do at least one.
[all …]
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dconnect4_prog.c112 int zero = 0, one = 1; in set_keepalive() local
114 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_KEEPALIVE, &one, sizeof(one))) in set_keepalive()
117 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPIDLE, &one, sizeof(one))) in set_keepalive()
119 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPINTVL, &one, sizeof(one))) in set_keepalive()
121 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPCNT, &one, sizeof(one))) in set_keepalive()
123 if (bpf_setsockopt(ctx, SOL_TCP, TCP_SYNCNT, &one, sizeof(one))) in set_keepalive()
125 if (bpf_setsockopt(ctx, SOL_TCP, TCP_USER_TIMEOUT, &one, sizeof(one))) in set_keepalive()
A Dtest_sockmap_kern.h154 const int one = 1; in bpf_prog3() local
156 f = bpf_map_lookup_elem(&sock_skb_opts, &one); in bpf_prog3()
176 f = bpf_map_lookup_elem(&sock_skb_opts, &one); in bpf_prog3()
237 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local
247 end = bpf_map_lookup_elem(&sock_bytes, &one); in bpf_prog4()
267 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local
280 end = bpf_map_lookup_elem(&sock_bytes, &one); in bpf_prog6()
348 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, err = 0; in bpf_prog10() local
357 end = bpf_map_lookup_elem(&sock_bytes, &one); in bpf_prog10()
/linux-6.3-rc2/tools/testing/selftests/seccomp/
A Dseccomp_benchmark.c79 double one = i_one, one_bump = one * 0.01; in approx() local
82 one_bump = one + MAX(one_bump, 2.0); in approx()
86 if (one == two || in approx()
87 (one > two && one <= two_bump) || in approx()
88 (two > one && two <= one_bump)) in approx()
101 unsigned long long one, bool (*eval)(int, int), unsigned long long two) in compare() argument
106 (long long)one, name_eval, (long long)two); in compare()
107 if (one > INT_MAX) { in compare()
108 printf("Miscalculation! Measurement went negative: %lld\n", (long long)one); in compare()
116 good = eval(one, two); in compare()
/linux-6.3-rc2/drivers/tty/serial/
A Dsc16is7xx.c365 return one->line; in sc16is7xx_line()
734 one->old_mctrl = status; in sc16is7xx_update_mlines()
858 config = one->config; in sc16is7xx_reg_proc()
859 memset(&one->config, 0, sizeof(one->config)); in sc16is7xx_reg_proc()
897 one->config.ier_mask |= bit; in sc16is7xx_ier_clear()
898 one->config.ier_val &= ~bit; in sc16is7xx_ier_clear()
910 one->config.ier_mask |= bit; in sc16is7xx_ier_set()
911 one->config.ier_val |= bit; in sc16is7xx_ier_set()
930 if (one->port.state) { in sc16is7xx_ms_proc()
994 return one->old_mctrl; in sc16is7xx_get_mctrl()
[all …]
A Dmax310x.c304 struct max310x_one *one = to_max310x_port(port); in max310x_port_read() local
307 regmap_read(one->regmap, reg, &val); in max310x_port_read()
316 regmap_write(one->regmap, reg, val); in max310x_port_write()
682 max310x_batch_read(port, one->rx_buf, rxlen); in max310x_handle_rx()
702 one->rx_buf[rxlen-1], flag); in max310x_handle_rx()
801 schedule_work(&one->tx_work); in max310x_start_tx()
861 max310x_handle_tx(&one->port); in max310x_tx_proc()
885 (one->port.mctrl & TIOCM_LOOP) ? in max310x_md_proc()
893 schedule_work(&one->md_work); in max310x_set_mctrl()
1019 one->port.rs485.delay_rts_after_send; in max310x_rs_proc()
[all …]
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A 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
59 supports the tuner functionality and one that supports the modulator
68 is more than one at all. The modulator is solely determined by the
[all …]
A Dpixfmt-compressed.rst44 The decoder expects one Access Unit per buffer.
45 The encoder generates one Access Unit per buffer.
77 Exactly one output and one capture buffer must be provided for use
122 Exactly one output and one capture buffer must be provided for use with
150 - VP8 compressed video frame. The encoder generates one
151 compressed frame per buffer, and the decoder requires one
163 Exactly one output and one capture buffer must be provided for use with
173 compressed frame per buffer, and the decoder requires one
186 Exactly one output and one capture buffer must be provided for use with
195 The decoder expects one Access Unit per buffer.
[all …]
/linux-6.3-rc2/tools/testing/selftests/net/
A Dsk_bind_sendto_listen.c10 int fd1, fd2, one = 1; in main() local
27 if (setsockopt(fd1, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one))) { in main()
49 if (setsockopt(fd2, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one))) { in main()
A Dnettest.c421 int one = 1; in set_pktinfo_v4() local
424 rc = setsockopt(sd, SOL_IP, IP_PKTINFO, &one, sizeof(one)); in set_pktinfo_v4()
433 int one = 1; in set_recvpktinfo_v6() local
445 int one = 1; in set_recverr_v4() local
448 rc = setsockopt(sd, SOL_IP, IP_RECVERR, &one, sizeof(one)); in set_recverr_v4()
457 int one = 1; in set_recverr_v6() local
460 rc = setsockopt(sd, SOL_IPV6, IPV6_RECVERR, &one, sizeof(one)); in set_recverr_v6()
529 if (setsockopt(sd, SOL_IP, IP_FREEBIND, &one, sizeof(one))) { in set_freebind()
1329 int one = 1; in msock_init() local
1342 (char *)&one, sizeof(one)) < 0) { in msock_init()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/timer/
A Dxlnx,xps-timer.yaml38 xlnx,one-timer-only:
42 Whether only one timer is present in this block.
47 - xlnx,one-timer-only
58 xlnx,one-timer-only:
81 xlnx,one-timer-only = <0x0>;
91 xlnx,one-timer-only = <0x0>;
/linux-6.3-rc2/net/netfilter/ipset/
A 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
88 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6
98 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6
117 one can store MAC (ethernet address) elements in a set.
153 one can store IPv4/IPv6 network address/prefix and
163 one can store IPv4/IPv6 network address/prefix and
[all …]
/linux-6.3-rc2/tools/testing/selftests/netfilter/
A Dconnect_close.c53 int c, one = 1, s = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); in do_accept() local
58 setsockopt(s, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one)); in do_accept()
59 setsockopt(s, SOL_SOCKET, SO_REUSEPORT, &one, sizeof(one)); in do_accept()
/linux-6.3-rc2/drivers/usb/dwc3/
A DKconfig66 Say 'Y' or 'M' here if you have one such device
75 IP inside, say 'Y' or 'M' if you have one such device.
99 Say 'Y' or 'M' here if you have one such device
110 Say 'Y' or 'M' if you have one such device.
119 Say 'Y' or 'M' if you have one such device.
126 STMicroelectronics SoCs with one DesignWare Core USB3 IP
128 Say 'Y' or 'M' if you have one such device.
141 Say 'Y' or 'M' if you have one such device.
151 Say 'Y' or 'M' if you have one such device.
160 Say 'Y' or 'M' if you have one such device.
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/usb/
A Dbrcm,usb-pinmap.yaml27 description: Array of one or two GPIO pins used for input signals.
31 description: Array of input signal names, one per gpio in in-gpios.
35 description: Array of enable and mask pairs, one per gpio in-gpios.
39 description: Array of one GPIO pin used for output signals.
43 description: Array of output signal names, one per gpio in out-gpios.
47 description: Array of enable, value, changed and clear masks, one
A Dgr-udc.txt15 - interrupts : Interrupt numbers for this device. Either one interrupt number
16 for all interrupts, or one for status related interrupts, one for IN
17 endpoint related interrupts and one for OUT endpoint related interrupts.
23 number. If the property is present it typically contains one entry for
29 number. If the property is present it typically contains one entry for
/linux-6.3-rc2/Documentation/devicetree/bindings/iommu/
A Dsamsung,sysmmu.yaml23 System MMUs are in many to one relation with peripheral devices, i.e. single
24 peripheral device might have multiple System MMUs (usually one for each bus
25 master), but one System MMU can handle transactions from only one peripheral
31 * MFC has one System MMU on its left and right bus.
32 * FIMD in Exynos5420 has one System MMU for window 0 and 4, the other system MMU
34 * M2M Scalers and G2D in Exynos5420 has one System MMU on the read channel and
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/
A Dsprd,pinctrl.txt6 register contains several bit fields with one bit or several bits
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
/linux-6.3-rc2/Documentation/ABI/testing/
A Ddebugfs-scmi-raw11 Each write to the entry causes one command request to be built
12 and sent while the replies are read back one message at time
29 Each write to the entry causes one command request to be built
30 and sent while the replies are read back one message at time
41 Each read gives back one message at time (receiving an EOF at
52 Each read gives back one message at time (receiving an EOF at
80 Each write to the entry causes one command request to be built
81 and sent while the replies are read back one message at time
89 one default channel.
108 and sent while the replies are read back one message at time
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/
A Dmvebu-audio.txt15 (named "pll_regs") and the second one ("soc_ctrl") - for register
16 where one of exceptive I/O types (I2S or S/PDIF) is set.
23 - clocks: one or two phandles.
24 The first one is mandatory and defines the internal clock.
25 The second one is optional and defines an external clock.
/linux-6.3-rc2/Documentation/devicetree/bindings/phy/
A Dbrcm,stingray-usb-phy.txt4 - compatible : should be one of the listed compatibles
5 - "brcm,sr-usb-combo-phy" is combo PHY has two PHYs, one SS and one HS.
9 - Must be 1 for brcm,sr-usb-combo-phy as it expects one argument to indicate
/linux-6.3-rc2/Documentation/userspace-api/media/mediactl/
A Dmedia-types.rst144 composing must have at least two sink pads and one source
152 must have at least one sink pad and one source pad. Read
161 encoding conversion must have at least one sink pad and one
170 processing must have one sink pad and one source pad. It uses
179 at least one sink pad and one source pad, and scale the
184 scaling can be supported in one direction only). Binning and
190 capable of statistics computation must have one sink pad and
191 one source pad. It computes statistics over the frames
198 one source pad.
203 frames. Must have one sink pad and at least one source pad.
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/interrupt-controller/
A Dabilis,tb10x-ictl.txt5 one-to-one mapping of external interrupt sources to CPU interrupts and
18 are mapped one-to-one to parent interrupts.

Completed in 38 milliseconds

12345678910>>...84