Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/locking/
Drwsem.c154 #define RWSEM_WRITER_LOCKED (1UL << 0) macro
162 #define RWSEM_WRITER_MASK RWSEM_WRITER_LOCKED
584 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()