Searched refs:one (Results 26 - 50 of 166) sorted by relevance

1234567

/linux-master/tools/perf/util/
H A Dexpr.h51 int expr__find_ids(const char *expr, const char *one,
H A Dsample.h41 struct sample_read_value one; member in union:sample_read::__anon331
/linux-master/tools/testing/selftests/net/
H A Dpsock_snd.c87 /* position check field exactly one byte beyond end of packet */
220 const int one = 1; local
231 setsockopt(fd, SOL_PACKET, PACKET_QDISC_BYPASS, &one, sizeof(one)))
235 setsockopt(fd, SOL_PACKET, PACKET_VNET_HDR, &one, sizeof(one)))
H A Dip_local_port_range.c227 /* Bind a couple of sockets, not just one, to check
363 const int one = 1; local
375 err = setsockopt(fd, SOL_IP, IP_BIND_ADDRESS_NO_PORT, &one, sizeof(one));
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp_dscl.c128 const long long one = dc_fixpt_one.value; local
136 if (data->ratios.horz.value == one
137 && data->ratios.vert.value == one
138 && data->ratios.horz_c.value == one
139 && data->ratios.vert_c.value == one
149 if (data->ratios.horz.value == one && data->ratios.vert.value == one)
151 if (data->ratios.horz_c.value == one && data->ratios.vert_c.value == one)
/linux-master/tools/perf/tests/
H A Dsample-parsing.c82 COMP(read.one.value);
95 COMP(read.one.id);
97 COMP(read.one.lost);
292 sample.read.one.value = 0x08789faeb786aa87ULL;
293 sample.read.one.id = 99;
294 sample.read.one.lost = 1;
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-again.sh90 echo Only one of --datestamp or --rundir may be specified
146 echo Only one of --datestamp or --rundir may be specified
/linux-master/arch/mips/sibyte/common/
H A Dcfe.c74 static const int one = 1; local
76 cfe_linux_exit((void *)&one);
/linux-master/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.h31 * that participates in one function:
104 * is disabled or in one of the 18, 24 or 30bit video modes.
159 * * For priorities levels defined on a pin, each priority provides one signal
168 * * Signals participate in one or more functions or groups
170 * * A function is described by an expression of one or more signal
492 * one bit. The disable value is derived.
565 * For example, the 16-bit ROM bus can be enabled by one of two possible signal
608 * For example, signal NCTS6 participates in its own function with one group:
750 #define FUNC_DECL_2(func, one, two) FUNC_DECL_(func, #one, #tw
[all...]
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h98 #error At least one of short- or long-addressing format must be allowed.
/linux-master/arch/xtensa/lib/
H A Dstrnlen_user.S92 # check one more byte (byte 2 of word)
93 # Actually, we don't need to check. Zero or nonzero, we'll add one.
94 # Do not add an extra one for the NULL terminator since we have
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h365 int err, one = 1; local
367 err = xsetsockopt(s, SOL_SOCKET, SO_REUSEPORT, &one, sizeof(one));
H A Dsk_lookup.c149 const int one = 1; local
158 err = setsockopt(fd, SOL_IP, IP_RECVORIGDSTADDR, &one,
159 sizeof(one));
167 err = setsockopt(fd, SOL_IPV6, IPV6_RECVORIGDSTADDR, &one,
168 sizeof(one));
176 err = setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &one,
177 sizeof(one));
185 err = setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &one,
186 sizeof(one));
207 /* Late attach reuseport prog so we can have one ini
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dnetlink_helpers.c29 int one = 1; local
51 &one, sizeof(one));
/linux-master/arch/alpha/lib/
H A Dclear_user.S15 /* Allow an exception for an insn; exit if we get one. */
36 0: EX( stq_u $31, 0($16) ) # e0 : zero one word
/linux-master/arch/m68k/fpsp040/
H A Dx_fline.S6 | First determine if the exception is one of the unimplemented
35 | the equate is valid only after a 'link a6' has pushed one more
/linux-master/tools/perf/pmu-events/
H A Dmetric_test.py26 one = Constant(1)
27 self.assertEqual((a + one).ToPerfJson(), 'a + 1')
/linux-master/arch/arm/mm/
H A Dfault-armv.c74 * holding one similar spinlock.
221 register unsigned long zero = 0, one = 1, val; local
225 *p1 = one;
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c230 int one = 1; local
234 if (-1 == setsockopt(fd, SOL_IP, IP_TRANSPARENT, &one, sizeof(one)))
238 if (-1 == setsockopt(fd, IPPROTO_IPV6, IPV6_TRANSPARENT, &one, sizeof(one)))
301 int one = 1; local
313 if (-1 == setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, &one,
314 sizeof(one)))
500 xerror("tcp_inq %u is larger than one kbyte\n", inq);
H A Dmptcp_inq.c102 int one = 1; local
112 if (-1 == setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, &one,
113 sizeof(one)))
372 /* read one byte, expect cmsg to return expected - 1 */
428 /* wait for hangup. Should have received one more byte of data. */
/linux-master/lib/
H A Dmemcpy_kunit.c22 u32 one; member in struct:some_bytes::__anon485::__anon486
40 #define compare(name, one, two) do { \
41 BUILD_BUG_ON(sizeof(one) != sizeof(two)); \
42 for (size_t i = 0; i < sizeof(one); i++) { \
43 KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \
45 __LINE__, #one, i, one.data[i], #two, i, two.data[i]); \
H A Dfortify_kunit.c603 char one[] = "A"; local
629 /* Add one more character to the end. */
630 KUNIT_ASSERT_TRUE(test, strcat(pad.buf, one) == pad.buf);
637 /* And this one char will overflow. */
638 KUNIT_ASSERT_TRUE(test, strcat(pad.buf, one) == pad.buf);
687 /* Add one more character to the end. */
696 /* And this one char will overflow. */
761 /* Add one more character to the end. */
770 /* And this one char will overflow. */
874 char one[] local
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dsetget_sockopt.c334 int one = 1; local
338 &one, sizeof(one));
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c449 __be32 one = cpu_to_be32(1); local
457 ret = crypto_shash_update(desc, (u8 *)&one, sizeof(one));
/linux-master/tools/perf/tests/shell/
H A Ddaemon.sh267 # wait for new one to start
303 local one
304 one=`perf daemon --config ${config} -x: | wc -l`
306 if [ ${one} -ne "1" ]; then

Completed in 274 milliseconds

1234567