Lines Matching +full:y +full:-
2 --------------- ---------------------------
4 -- ---- - - --- ---- - - -- -- --- --
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
16 smp_mb__before_atomic() CP Y Y Y a a a a Y
17 smp_mb__after_atomic() CP a a Y Y Y Y Y Y
22 operation, a non-value-returning RMW operation such
29 Y: Provides ordering
33 RMW: Atomic read-modify-write operation