Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Drwlock.h17 #define RW_LOCK_UNLOCKED { \ macro
22 #define DEFINE_RWLOCK(l) rwlock_t l = RW_LOCK_UNLOCKED
23 #define rwlock_init(l) (*(l) = (rwlock_t)RW_LOCK_UNLOCKED)
281 #define PERCPU_RW_LOCK_UNLOCKED(owner) { RW_LOCK_UNLOCKED, 0, owner }
288 #define PERCPU_RW_LOCK_UNLOCKED(owner) { RW_LOCK_UNLOCKED, 0 }

Completed in 3 milliseconds