Searched refs:RW_LOCK_UNLOCKED (Results 1 – 2 of 2) sorted by relevance
14 #define RW_LOCK_UNLOCKED { \ macro19 #define DEFINE_RWLOCK(l) rwlock_t l = RW_LOCK_UNLOCKED20 #define rwlock_init(l) (*(l) = (rwlock_t)RW_LOCK_UNLOCKED)229 #define PERCPU_RW_LOCK_UNLOCKED(owner) { RW_LOCK_UNLOCKED, 0, owner }236 #define PERCPU_RW_LOCK_UNLOCKED(owner) { RW_LOCK_UNLOCKED, 0 }
149 #define DEFINE_RWLOCK(x) rwlock_t x = RW_LOCK_UNLOCKED
Completed in 3 milliseconds