Searched refs:test_bit_acquire (Results 1 – 3 of 3) sorted by relevance
62 #define test_bit_acquire(nr, addr) bitop(_test_bit_acquire, nr, addr) macro 83 __check_bitop_pr(test_bit_acquire);
171 return test_bit_acquire(BH_Uptodate, &bh->b_state); in buffer_uptodate()
64 clear_bit_unlock() which has RELEASE semantics and test_bit_acquire which has