Searched refs:test_bit_acquire (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | bitops.h | 61 #define test_bit_acquire(nr, addr) bitop(_test_bit_acquire, nr, addr) macro 82 __check_bitop_pr(test_bit_acquire);
|
| H A D | buffer_head.h | 172 return test_bit_acquire(BH_Uptodate, &bh->b_state); in buffer_uptodate()
|
| /linux/Documentation/ |
| H A D | atomic_bitops.txt | 64 clear_bit_unlock() which has RELEASE semantics and test_bit_acquire which has
|
| /linux/fs/netfs/ |
| H A D | internal.h | 292 return test_bit_acquire(NETFS_RREQ_IN_PROGRESS, &rreq->flags); in netfs_check_rreq_in_progress() 301 return test_bit_acquire(NETFS_SREQ_IN_PROGRESS, &subreq->flags); in netfs_check_subreq_in_progress()
|
| /linux/kernel/sched/ |
| H A D | wait_bit.c | 53 } while (test_bit_acquire(wbq_entry->key.bit_nr, wbq_entry->key.flags) && !ret); in __wait_on_bit()
|
| /linux/security/keys/ |
| H A D | gc.c | 221 if (!test_bit_acquire(KEY_FLAG_USER_ALIVE, &key->flags)) { in key_garbage_collector()
|
| /linux/fs/afs/ |
| H A D | server.c | 254 if (test_bit_acquire(AFS_SERVER_FL_UNCREATED, &server->flags)) { in afs_lookup_server()
|
| /linux/fs/ |
| H A D | buffer.c | 215 if (test_bit_acquire(BH_Migrate, &head->b_state)) { in __find_get_block_slow()
|