Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 17 of 17) sorted by relevance

/tools/memory-model/Documentation/
Dcheatsheet.txt6 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 …]
Dexplanation.txt265 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/
Dconst.h17 #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/
Dbtf_dump_test_case_namespacing.c42 union Y {}; union
48 typedef int Y; typedef
65 union Y y; in f()
68 Y yy; in f()
Dcore_reloc_types.h463 Y = 200, enumerator
/tools/perf/
Dbuiltin-timechart.c115 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/
Dcommon_tests60 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/
/tools/testing/selftests/powerpc/nx-gzip/
Dgzfht_test.c69 #define NX_MIN(X, Y) (((X) < (Y)) ? (X) : (Y)) argument
Dgunz_test.c65 #define NX_MIN(X, Y) (((X) < (Y))?(X):(Y)) argument
66 #define NX_MAX(X, Y) (((X) > (Y))?(X):(Y)) argument
/tools/memory-model/
Dlinux-kernel.def53 srcu_read_unlock(X,Y) { __srcu{srcu-unlock}(X,Y); }
/tools/testing/selftests/netfilter/
Dnft_meta.sh26 currentyear=$(date +%Y)
/tools/testing/fault-injection/
Dfailcmd.sh128 declare task_filter=Y
/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink.sh110 check_value test1 initial true Y
118 check_value test1 post-set false Y
/tools/testing/selftests/ftrace/
Dftracetest187 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`/
/tools/testing/selftests/livepatch/
Dtest-callbacks.sh410 load_mod $MOD_TARGET_BUSY block_transition=Y
/tools/testing/selftests/rcutorture/bin/
Dkvm.sh47 ds=`date +%Y.%m.%d-%H.%M.%S`
/tools/perf/Documentation/
Dperf-report.txt124 - mispredict: "N" for predicted branch, "Y" for mispredicted branch