Searched refs:RWSEM_UNLOCKED_VALUE (Results 1 – 2 of 2) sorted by relevance
74 #define RWSEM_UNLOCKED_VALUE 0L macro75 #define __RWSEM_COUNT_INIT(name) .count = ATOMIC_LONG_INIT(RWSEM_UNLOCKED_VALUE)
258 long tmp = RWSEM_UNLOCKED_VALUE; in rwsem_write_trylock()323 atomic_long_set(&sem->count, RWSEM_UNLOCKED_VALUE); in __init_rwsem()
Completed in 5 milliseconds