Searched refs:cmpxchg_acquire (Results 1 - 3 of 3) sorted by path

/linux-master/fs/bcachefs/
H A Dbtree_io.c2044 } while (cmpxchg_acquire(&b->flags, old, new) != old);
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h4791 #define cmpxchg_acquire(ptr, ...) \ macro
/linux-master/kernel/kcsan/
H A Dkcsan_test.c508 cmpxchg_acquire(flag, 0, 1) == 0,

Completed in 176 milliseconds