Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Drwsem.h62 #define RWSEM_UNLOCKED_VALUE 0L macro
63 #define __RWSEM_COUNT_INIT(name) .count = ATOMIC_LONG_INIT(RWSEM_UNLOCKED_VALUE)
/kernel/linux/linux-5.10/kernel/locking/
Drwsem.c336 atomic_long_set(&sem->count, RWSEM_UNLOCKED_VALUE); in __init_rwsem()
1381 tmp = RWSEM_UNLOCKED_VALUE; in __down_read_trylock()
1397 long tmp = RWSEM_UNLOCKED_VALUE; in __down_write()
1408 long tmp = RWSEM_UNLOCKED_VALUE; in __down_write_killable()
1426 tmp = RWSEM_UNLOCKED_VALUE; in __down_write_trylock()