Searched refs:RU (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/tools/memory-model/ |
| D | lock.cat | 23 * RU Read-Unlocked: a spin_is_locked() event which returns False 27 * LKR, LF, RL, and RU are read events; LKR has Acquire ordering. 29 * LKW, LF, RL, and RU have no ordering properties. 34 let RU = try RU with emptyset 40 let ALL-LOCKS = LKR | LKW | UL | LF | RU 64 let R = R | LKR | LF | RU 100 * RU, i.e., spin_is_locked() returning False, is slightly different. 105 (* rfi for RU events: an RU may read from the last po-previous UL *) 106 let rfi-ru = ([UL] ; po-loc ; [RU]) \ ([UL] ; po-loc ; [LKW] ; po-loc) 108 (* rfe for RU events: an RU may read from an external UL or the initial write *) [all …]
|
| D | linux-kernel.bell | 83 LKR | LKW | UL | LF | RL | RU
|
| /Linux-v5.10/lib/ |
| D | locking-selftest.c | 223 #define RU(x) read_unlock(&rwlock_##x) macro 224 #define RLU(x) RL(x); RU(x) 378 RU(X1); in rlock_ABBA1() 429 RU(X1); in rlock_chaincache_ABBA1() 433 RU(X1); in rlock_chaincache_ABBA1() 453 RU(X1); in rlock_ABBA2() 457 RU(X1); in rlock_ABBA2() 1009 RU(A); \ 1045 RU(Y1); \ 1052 RU(Z1); \ [all …]
|
| D | locking-selftest-rlock.h | 6 #define UNLOCK RU
|
| /Linux-v5.10/fs/nls/ |
| D | Kconfig | 448 tristate "NLS KOI8-U/RU (Ukrainian, Belarusian)"
|