Home
last modified time | relevance | path

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

/linux-4.19.296/include/asm-generic/
Drwsem.h30 #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS) macro
71 tmp = atomic_long_add_return_acquire(RWSEM_ACTIVE_WRITE_BIAS, in __down_write()
73 if (unlikely(tmp != RWSEM_ACTIVE_WRITE_BIAS)) in __down_write()
81 tmp = atomic_long_add_return_acquire(RWSEM_ACTIVE_WRITE_BIAS, in __down_write_killable()
83 if (unlikely(tmp != RWSEM_ACTIVE_WRITE_BIAS)) in __down_write_killable()
94 RWSEM_ACTIVE_WRITE_BIAS); in __down_write_trylock()
115 if (unlikely(atomic_long_sub_return_release(RWSEM_ACTIVE_WRITE_BIAS, in __up_write()