Searched refs:RWSEM_LOCK_MASK (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/locking/
H A Drwsem.c126 #define RWSEM_LOCK_MASK (RWSEM_WRITER_MASK|RWSEM_READER_MASK) macro
628 if (count & RWSEM_LOCK_MASK) {
694 while (!(count & (RWSEM_LOCK_MASK|RWSEM_FLAG_HANDOFF))) {
1349 if (unlikely((tmp & (RWSEM_LOCK_MASK|RWSEM_FLAG_WAITERS)) ==

Completed in 195 milliseconds