Searched refs:RWSEM_UNLOCKED_VALUE (Results 1 – 2 of 2) sorted by relevance
62 #define RWSEM_UNLOCKED_VALUE 0L macro63 #define __RWSEM_COUNT_INIT(name) .count = ATOMIC_LONG_INIT(RWSEM_UNLOCKED_VALUE)
336 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()