Searched refs:RWSEM_WRITER_MASK (Results 1 – 1 of 1) sorted by relevance
163 #define RWSEM_WRITER_MASK RWSEM_WRITER_LOCKED macro164 #define RWSEM_LOCK_MASK (RWSEM_WRITER_MASK|RWSEM_READER_MASK)165 #define RWSEM_READ_FAILED_MASK (RWSEM_WRITER_MASK|RWSEM_FLAG_WAITERS|\228 if (count & RWSEM_WRITER_MASK) in is_rwsem_reader_owned()449 if (unlikely(oldcount & RWSEM_WRITER_MASK)) { in rwsem_mark_wake()614 if (count & (RWSEM_WRITER_MASK | RWSEM_FLAG_HANDOFF)) in rwsem_try_read_lock_unqueued()618 if (!(count & (RWSEM_WRITER_MASK | RWSEM_FLAG_HANDOFF))) { in rwsem_try_read_lock_unqueued()1052 (RWSEM_WRITER_MASK | RWSEM_FLAG_HANDOFF))) { in rwsem_down_read_slowpath()1080 if (wake || (!(count & RWSEM_WRITER_MASK) && in rwsem_down_read_slowpath()1189 if (count & RWSEM_WRITER_MASK) in rwsem_down_write_slowpath()