Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drwsem.h75 #define RWSEM_UNLOCKED_VALUE 0L macro
76 #define __RWSEM_COUNT_INIT(name) .count = ATOMIC_LONG_INIT(RWSEM_UNLOCKED_VALUE)
/openbmc/linux/kernel/locking/
H A Drwsem.c258 long tmp = RWSEM_UNLOCKED_VALUE; in rwsem_write_trylock()
323 atomic_long_set(&sem->count, RWSEM_UNLOCKED_VALUE); in __init_rwsem()