Lines Matching full:also
6 not use read-modify-write atomic operations. It also describes how to
23 The various forms of atomic_read() also fit in here.
26 The various forms of atomic_set() also fit in here.
101 In theory, plain C-language loads can also be used for this use case.
122 Capturing the return value from cmpxchg() also saves a memory reference
125 In theory, plain C-language loads can also be used for this use case.
146 In theory, plain C-language loads can also be used for this use case.
156 to this same variable, and these writes can also use data_race().
158 due to compiler-mangled reads, it can also tolerate the occasional
162 Plain C-language stores can also be used for this use case. However,
242 It is also possible to tell KCSAN about your synchronization design.
271 spinlock is write-held, except that it is also read locklessly for
308 ignored. This data_race() also tells the human reading the code that
311 If it is necessary to suppress compiler optimization and also detect
330 the value of foo, you also need CONFIG_KCSAN_REPORT_VALUE_CHANGE_ONLY=n.
333 also need CONFIG_KCSAN_INTERRUPT_WATCHER=y. With some or all of these
491 CONFIG_KCSAN_ASSUME_PLAIN_WRITES_ATOMIC=n, also any concurrent plain
525 /* Also called from access_foo_concurrently(). */