Home
last modified time | relevance | path

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

/kernel/locking/
Drwsem.c164 #define RWSEM_WRITER_MASK RWSEM_WRITER_LOCKED macro
165 #define RWSEM_LOCK_MASK (RWSEM_WRITER_MASK|RWSEM_READER_MASK)
166 #define RWSEM_READ_FAILED_MASK (RWSEM_WRITER_MASK|RWSEM_FLAG_WAITERS|\
231 if (count & RWSEM_WRITER_MASK) in is_rwsem_reader_owned()
445 if (unlikely(oldcount & RWSEM_WRITER_MASK)) { in rwsem_mark_wake()
611 if (count & (RWSEM_WRITER_MASK | RWSEM_FLAG_HANDOFF)) in rwsem_try_read_lock_unqueued()
615 if (!(count & (RWSEM_WRITER_MASK | RWSEM_FLAG_HANDOFF))) { in rwsem_try_read_lock_unqueued()
1063 (RWSEM_WRITER_MASK | RWSEM_FLAG_HANDOFF))) { in rwsem_down_read_slowpath()
1097 if (wake || (!(count & RWSEM_WRITER_MASK) && in rwsem_down_read_slowpath()
1217 if (count & RWSEM_WRITER_MASK) in rwsem_down_write_slowpath()