Home
last modified time | relevance | path

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

12

/tools/memory-model/
Dlinux-kernel.def9 READ_ONCE(X) __load{once}(X)
10 WRITE_ONCE(X,V) { __store{once}(X,V); }
13 smp_store_release(X,V) { __store{release}(*X,V); }
14 smp_load_acquire(X) __load{acquire}(*X)
15 rcu_assign_pointer(X,V) { __store{release}(X,V); }
16 rcu_dereference(X) __load{once}(X)
17 smp_store_mb(X,V) { __store{once}(X,V); __fence{mb}; }
30 xchg(X,V) __xchg{mb}(X,V)
31 xchg_relaxed(X,V) __xchg{once}(X,V)
32 xchg_release(X,V) __xchg{release}(X,V)
[all …]
/tools/include/uapi/linux/
Dconst.h17 #define _AC(X,Y) X
18 #define _AT(T,X) X
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/gpio/
Dgpio-mockup.sh65 if [ X$? != X0 ]; then
85 if [ X$dev_type = Xsysfs ]; then
98 if [ X"$param" = X ]; then
151 if [ X"$module" = X ]; then
155 if [ X$dev_type != Xsysfs ]; then
166 if [ X$full_test = Xtrue ]; then
182 if [ X$full_test = Xtrue ]; then
Dgpio-mockup-sysfs.sh59 if [ X$? != X0 ]; then
90 if [ X$? != X0 ]; then
122 if [ X"$gpiochip" = X ]; then
123 if [ X"$valid" = Xfalse ]; then
/tools/testing/selftests/bpf/progs/
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()
Dcore_reloc_types.h416 X = 100, enumerator
/tools/bpf/
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()
662 r->M[K] = r->X; in bpf_single_step()
686 d = pkt_caplen - (r->X + K); in bpf_single_step()
688 r->A = extract_u32(pkt, r->X + K); in bpf_single_step()
691 d = pkt_caplen - (r->X + K); in bpf_single_step()
693 r->A = extract_u16(pkt, r->X + K); in bpf_single_step()
[all …]
/tools/testing/selftests/powerpc/include/
Dreg.h84 #define __MASK(X) (1UL<<(X)) argument
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dmisc.h14 #define MODULE_ALIAS(X) argument
/tools/memory-model/Documentation/
Dexplanation.txt265 It's not possible to have X ordered before Y, Y ordered before Z, and
266 Z ordered before X, because this would mean that X is ordered before
271 X: P1 loads 1 from flag executes before
335 that X is po-before Y (written as "X ->po Y" in formulas) if X occurs
482 come earlier in program order. Symbolically, if we have R ->data X,
483 R ->addr X, or R ->ctrl X (where R is a read event), then we must also
484 have R ->po X. It wouldn't make sense for a computation to depend
840 F is a release fence and some X comes before F in program order,
841 where either X = E or else E ->rf X; or
843 A strong fence event occurs between some X and F in program
[all …]
/tools/perf/util/
Dsvghelper.c60 double X; in time2pixels() local
62 X = 1.0 * svg_page_width * (__time - first_time) / (last_time - first_time); in time2pixels()
63 return X; in time2pixels()
610 static void svg_legenda_box(int X, const char *text, const char *style) in svg_legenda_box() argument
616 X, boxsize, boxsize, style); in svg_legenda_box()
618 X + boxsize + 5, boxsize, 0.8 * boxsize, text); in svg_legenda_box()
/tools/power/pm-graph/config/
Dfreeze.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dstandby.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dsuspend-x2-proc.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dfreeze-callgraph.cfg30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dsuspend-dev.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dsuspend.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dstandby-callgraph.cfg30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dfreeze-dev.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dsuspend-callgraph.cfg30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
Dstandby-dev.cfg29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
/tools/usb/usbip/
DINSTALL132 is something like `gnu-as' or `x' (for the X Window System). The
136 For packages that use the X Window System, `configure' can usually
137 find the X include and library files automatically, but if it doesn't,
/tools/lib/traceevent/Documentation/
Dlibtraceevent-event_print.txt37 X : The architecture does not support this
/tools/power/cpupower/bench/
DREADME-BENCH35 will be run X time in a row (cycles):
/tools/virtio/virtio-trace/
DREADME45 # mkfifo /tmp/virtio-trace/trace-path-cpu{0,1,2,...,X}.{in,out}

12