Home
last modified time | relevance | path

Searched refs:test_bit_acquire (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dbitops.h62 #define test_bit_acquire(nr, addr) bitop(_test_bit_acquire, nr, addr) macro
83 __check_bitop_pr(test_bit_acquire);
H A Dbuffer_head.h171 return test_bit_acquire(BH_Uptodate, &bh->b_state); in buffer_uptodate()
/linux/Documentation/
H A Datomic_bitops.txt64 clear_bit_unlock() which has RELEASE semantics and test_bit_acquire which has