/tools/memory-model/Documentation/ |
D | cheatsheet.txt | 6 Relaxed store Y Y 7 Relaxed load Y Y Y Y 8 Relaxed RMW operation Y Y Y Y 9 rcu_dereference() Y Y Y Y 10 Successful *_acquire() R Y Y Y Y Y Y 11 Successful *_release() C Y Y Y W Y 12 smp_rmb() Y R Y Y R 13 smp_wmb() Y W Y Y W 14 smp_mb() & synchronize_rcu() CP Y Y Y Y Y Y Y Y 15 Successful full non-void RMW CP Y Y Y Y Y Y Y Y Y Y Y [all …]
|
D | explanation.txt | 265 It's not possible to have X ordered before Y, Y ordered before Z, and 272 Y: P1 loads 0 from buf executes before 335 that X is po-before Y (written as "X ->po Y" in formulas) if X occurs 336 before Y in the instruction stream. 905 whenever we have X ->rf Y or X ->co Y or X ->fr Y or X ->po-loc Y, the 906 X event comes before the Y event in the global ordering. The LKMM's 969 situation: Fences are a source of ppo links. Suppose X and Y are 970 memory accesses with X ->po Y; then the CPU must execute X before Y if 974 X and Y; 976 X and Y are both stores and an smp_wmb() fence occurs between [all …]
|
/tools/include/uapi/linux/ |
D | const.h | 17 #define _AC(X,Y) X 20 #define __AC(X,Y) (X##Y) argument 21 #define _AC(X,Y) __AC(X,Y) argument
|
/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_namespacing.c | 42 union Y {}; union 48 typedef int Y; typedef 65 union Y y; in f() 68 Y yy; in f()
|
D | core_reloc_types.h | 463 Y = 200, enumerator
|
/tools/perf/ |
D | builtin-timechart.c | 115 int Y; member 1052 if (c->Y && c->start_time <= we->time && c->end_time >= we->time) { in draw_wakeups() 1054 from = c->Y; in draw_wakeups() 1058 to = c->Y; in draw_wakeups() 1067 from = c->Y; in draw_wakeups() 1071 to = c->Y; in draw_wakeups() 1139 int Y = 1; in draw_io_bars() local 1146 c->Y = 0; in draw_io_bars() 1151 svg_box(Y, c->start_time, c->end_time, "process3"); in draw_io_bars() 1164 svg_fbox(Y, in draw_io_bars() [all …]
|
/tools/testing/selftests/pstore/ |
D | common_tests | 60 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/
|
/tools/testing/selftests/powerpc/nx-gzip/ |
D | gzfht_test.c | 69 #define NX_MIN(X, Y) (((X) < (Y)) ? (X) : (Y)) argument
|
D | gunz_test.c | 65 #define NX_MIN(X, Y) (((X) < (Y))?(X):(Y)) argument 66 #define NX_MAX(X, Y) (((X) > (Y))?(X):(Y)) argument
|
/tools/memory-model/ |
D | linux-kernel.def | 53 srcu_read_unlock(X,Y) { __srcu{srcu-unlock}(X,Y); }
|
/tools/testing/selftests/netfilter/ |
D | nft_meta.sh | 26 currentyear=$(date +%Y)
|
/tools/testing/fault-injection/ |
D | failcmd.sh | 128 declare task_filter=Y
|
/tools/testing/selftests/drivers/net/netdevsim/ |
D | devlink.sh | 110 check_value test1 initial true Y 118 check_value test1 post-set false Y
|
/tools/testing/selftests/ftrace/ |
D | ftracetest | 187 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`/
|
/tools/testing/selftests/livepatch/ |
D | test-callbacks.sh | 410 load_mod $MOD_TARGET_BUSY block_transition=Y
|
/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 47 ds=`date +%Y.%m.%d-%H.%M.%S`
|
/tools/perf/Documentation/ |
D | perf-report.txt | 124 - mispredict: "N" for predicted branch, "Y" for mispredicted branch
|