Home
last modified time | relevance | path

Searched refs:X (Results 1 – 25 of 58) sorted by relevance

123

/tools/memory-model/
A Dlinux-kernel.def9 READ_ONCE(X) __load{ONCE}(X)
10 WRITE_ONCE(X,V) { __store{ONCE}(X,V); }
14 smp_load_acquire(X) __load{ACQUIRE}(*X)
16 rcu_dereference(X) __load{ONCE}(X)
31 xchg(X,V) __xchg{MB}(X,V)
32 xchg_relaxed(X,V) __xchg{ONCE}(X,V)
41 spin_lock(X) { __lock(X); }
42 spin_unlock(X) { __unlock(X); }
43 spin_trylock(X) __trylock(X)
44 spin_is_locked(X) __islocked(X)
[all …]
/tools/include/uapi/linux/
A Dconst.h17 #define _AC(X,Y) X argument
18 #define _AT(T,X) X argument
20 #define __AC(X,Y) (X##Y) argument
21 #define _AC(X,Y) __AC(X,Y) argument
22 #define _AT(T,X) ((T)(X)) argument
/tools/testing/selftests/powerpc/nx-gzip/include/
A Dnxu.h29 #define NXPRT(X) X argument
31 #define NXPRT(X) argument
36 #define NX_CLK(X) X argument
40 #define NX_CLK(X) argument
457 #define put32(ST, REG, X) (ST.REG = htobe32(X)) argument
458 #define putp32(ST, REG, X) ((ST)->REG = htobe32(X)) argument
459 #define put64(ST, REG, X) (ST.REG = htobe64(X)) argument
460 #define putp64(ST, REG, X) ((ST)->REG = htobe64(X)) argument
478 #define csb_ce_check_completion(X) (!csb_ce_termination(X)) argument
486 #define csb_ce_default_err(X) csb_ce_termination(X) argument
[all …]
/tools/testing/selftests/bpf/prog_tests/
A Dusdt.c167 #define R10(F, X) F(X+0); F(X+1);F(X+2); F(X+3); F(X+4); \ argument
168 F(X+5); F(X+6); F(X+7); F(X+8); F(X+9);
169 #define R100(F, X) R10(F,X+ 0);R10(F,X+10);R10(F,X+20);R10(F,X+30);R10(F,X+40); \ argument
170 R10(F,X+50);R10(F,X+60);R10(F,X+70);R10(F,X+80);R10(F,X+90);
A Dnetfilter_link_attach.c87 #define X(opts, m, i) opts.m = nf_hook_link_tests[(i)].m in test_netfilter_link_attach() macro
88 X(opts, pf, i); in test_netfilter_link_attach()
89 X(opts, hooknum, i); in test_netfilter_link_attach()
90 X(opts, priority, i); in test_netfilter_link_attach()
91 X(opts, flags, i); in test_netfilter_link_attach()
92 #undef X in test_netfilter_link_attach()
/tools/testing/selftests/bpf/progs/
A Dbtf_dump_test_case_namespacing.c40 struct X {}; struct
46 typedef int X; typedef
64 struct X x; in f()
67 X xx; in f()
A Dbpf_compiler.h5 #define DO_PRAGMA_(X) _Pragma(#X) argument
/tools/testing/selftests/net/forwarding/
A Dbridge_mld.sh156 local X=("2001:db8:1::1" "2001:db8:1::2" "2001:db8:1::3")
181 local X=("2001:db8:1::1" "2001:db8:1::2")
218 local X=("2001:db8:1::1" "2001:db8:1::2" "2001:db8:1::3")
235 local X=("2001:db8:1::10" "2001:db8:1::11" "2001:db8:1::12")
256 local X=("2001:db8:1::10" "2001:db8:1::11" "2001:db8:1::12")
291 local X=("2001:db8:1::1")
384 local X=("2001:db8:1::30")
407 local X=("2001:db8:1::1" "2001:db8:1::30")
435 local X=("2001:db8:1::2" "2001:db8:1::3")
464 local X=("2001:db8:1::1" "2001:db8:1::2" "2001:db8:1::30")
[all …]
A Dbridge_igmp.sh156 local X=("192.0.2.1" "192.0.2.2" "192.0.2.3")
181 local X=("192.0.2.1" "192.0.2.2")
219 local X=("192.0.2.1" "192.0.2.2" "192.0.2.3")
236 local X=("192.0.2.10" "192.0.2.11" "192.0.2.12")
257 local X=("192.0.2.10" "192.0.2.11" "192.0.2.12")
292 local X=("192.0.2.1")
385 local X=("192.0.2.30")
408 local X=("192.0.2.1" "192.0.2.30")
436 local X=("192.0.2.2" "192.0.2.3")
465 local X=("192.0.2.1" "192.0.2.2" "192.0.2.30")
[all …]
/tools/bpf/
A Dbpf_dbg.c124 uint32_t X; member
456 rl_printf("X: [%#08x][%u]\n", r->X, r->X); in bpf_dump_curr()
649 r->R = r->X; in bpf_single_step()
653 r->X = r->A; in bpf_single_step()
656 r->A = r->X; in bpf_single_step()
708 r->X = (r->X & 0xf) << 2; in bpf_single_step()
722 r->X = K; in bpf_single_step()
773 r->A += r->X; in bpf_single_step()
779 r->A -= r->X; in bpf_single_step()
785 r->A *= r->X; in bpf_single_step()
[all …]
/tools/lib/bpf/
A Dlibbpf_common.h34 #define __LIBBPF_MARK_DEPRECATED_1_0(X) X argument
36 #define __LIBBPF_MARK_DEPRECATED_1_0(X) argument
/tools/testing/selftests/openat2/
A Dhelpers.h17 #define ARRAY_LEN(X) (sizeof (X) / sizeof (*(X))) argument
/tools/testing/selftests/powerpc/include/
A Dreg.h102 #define __MASK(X) (1UL<<(X)) argument
/tools/memory-model/Documentation/
A Dexplanation.txt336 that X is po-before Y (written as "X ->po Y" in formulas) if X occurs
894 where either X = E or else E ->rf X; or
897 order, where either X = E or else E ->rf X.
958 whenever we have X ->rf Y or X ->co Y or X ->fr Y or X ->po-loc Y, the
1006 (R ->rmw W) implies (there is no X with R ->fr X and X ->co W),
1057 X and Y;
1072 X and Y are both loads, X ->addr Y (i.e., there is an address
1073 dependency from X to Y), and X is a READ_ONCE() or an atomic
1594 X ->rfe Y, X ->co Y, or X ->fr Y.
1621 after X ends.) Similarly, X ->rcu-rscsi Y ->rcu-link Z says that X is
[all …]
/tools/testing/selftests/powerpc/nx-gzip/
A Dgunz_test.c65 #define NX_MIN(X, Y) (((X) < (Y))?(X):(Y)) argument
66 #define NX_MAX(X, Y) (((X) > (Y))?(X):(Y)) argument
68 #define GETINPC(X) fgetc(X) argument
A Dgzfht_test.c70 #define NX_MIN(X, Y) (((X) < (Y)) ? (X) : (Y)) argument
/tools/perf/util/
A Dsvghelper.c61 double X; in time2pixels() local
63 X = 1.0 * svg_page_width * (__time - first_time) / (last_time - first_time); in time2pixels()
64 return X; in time2pixels()
611 static void svg_legenda_box(int X, const char *text, const char *style) in svg_legenda_box() argument
617 X, boxsize, boxsize, style); in svg_legenda_box()
619 X + boxsize + 5, boxsize, 0.8 * boxsize, text); in svg_legenda_box()
/tools/testing/selftests/mm/
A Dmremap_test.c26 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) argument
27 #define MAX(X, Y) ((X) > (Y) ? (X) : (Y)) argument
/tools/testing/selftests/rcutorture/bin/
A Dkvm-recheck.sh39 X*)
/tools/testing/selftests/net/mptcp/
A Dmptcp_connect.c272 #define X(m) xerror("%s:%u: %s: failed for proto %d at line %u", __FILE__, __LINE__, (m), proto, li… macro
280 X("getsockopt"); in sock_test_tcpulp()
287 X("setsockopt"); in sock_test_tcpulp()
291 X("setsockopt"); in sock_test_tcpulp()
296 X("setsockopt"); in sock_test_tcpulp()
298 #undef X in sock_test_tcpulp()
/tools/testing/selftests/net/
A Dsrv6_end_x_next_csid_l3vpn_test.sh613 encap seg6local action End.X nh6 "${net_prefix}::${adj}" \
634 encap seg6local action End.X nh6 "${nh6_ll_addr}" \
1088 encap seg6local action End.X nh6 :: \
/tools/power/pm-graph/config/
A Dfreeze.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
A Dstandby.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
A Dstandby-callgraph.cfg30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
A Dstandby-dev.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)

Completed in 43 milliseconds

123