Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/locking/
Drwsem.c155 #define RWSEM_WRITER_LOCKED (1UL << 0) macro
163 #define RWSEM_WRITER_MASK RWSEM_WRITER_LOCKED
585 new |= RWSEM_WRITER_LOCKED; in rwsem_try_write_lock()
638 count | RWSEM_WRITER_LOCKED)) { in rwsem_try_write_lock_unqueued()
1391 RWSEM_WRITER_LOCKED))) in __down_write()
1402 RWSEM_WRITER_LOCKED))) { in __down_write_killable()
1419 RWSEM_WRITER_LOCKED)) { in __down_write_trylock()
1462 tmp = atomic_long_fetch_add_release(-RWSEM_WRITER_LOCKED, &sem->count); in __up_write()
1483 -RWSEM_WRITER_LOCKED+RWSEM_READER_BIAS, &sem->count); in __downgrade_write()