Searched refs:RWSEM_WRITER_LOCKED (Results 1 – 1 of 1) sorted by relevance
154 #define RWSEM_WRITER_LOCKED (1UL << 0) macro162 #define RWSEM_WRITER_MASK RWSEM_WRITER_LOCKED584 new |= RWSEM_WRITER_LOCKED; in rwsem_try_write_lock()637 count | RWSEM_WRITER_LOCKED)) { in rwsem_try_write_lock_unqueued()1388 RWSEM_WRITER_LOCKED))) in __down_write()1399 RWSEM_WRITER_LOCKED))) { in __down_write_killable()1416 RWSEM_WRITER_LOCKED)) { in __down_write_trylock()1459 tmp = atomic_long_fetch_add_release(-RWSEM_WRITER_LOCKED, &sem->count); in __up_write()1480 -RWSEM_WRITER_LOCKED+RWSEM_READER_BIAS, &sem->count); in __downgrade_write()