/tools/memory-model/ |
D | linux-kernel.def | 9 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/ |
D | const.h | 17 #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/ |
D | gpio-mockup.sh | 65 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
|
D | gpio-mockup-sysfs.sh | 59 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/ |
D | btf_dump_test_case_namespacing.c | 40 struct X {}; struct 46 typedef int X; typedef 64 struct X x; in f() 67 X xx; in f()
|
D | core_reloc_types.h | 416 X = 100, enumerator
|
/tools/bpf/ |
D | bpf_dbg.c | 124 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/ |
D | reg.h | 84 #define __MASK(X) (1UL<<(X)) argument
|
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | misc.h | 14 #define MODULE_ALIAS(X) argument
|
/tools/memory-model/Documentation/ |
D | explanation.txt | 265 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/ |
D | svghelper.c | 60 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/ |
D | freeze.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | standby.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | suspend-x2-proc.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | freeze-callgraph.cfg | 30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | suspend-dev.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | suspend.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | standby-callgraph.cfg | 30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | freeze-dev.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | suspend-callgraph.cfg | 30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
D | standby-dev.cfg | 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15)
|
/tools/usb/usbip/ |
D | INSTALL | 132 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/ |
D | libtraceevent-event_print.txt | 37 X : The architecture does not support this
|
/tools/power/cpupower/bench/ |
D | README-BENCH | 35 will be run X time in a row (cycles):
|
/tools/virtio/virtio-trace/ |
D | README | 45 # mkfifo /tmp/virtio-trace/trace-path-cpu{0,1,2,...,X}.{in,out}
|