Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/
A Drwlock.h14 #define RW_LOCK_UNLOCKED { \ macro
19 #define DEFINE_RWLOCK(l) rwlock_t l = RW_LOCK_UNLOCKED
20 #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 }
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/compat-include/xen/
A Dplatform-compat.h149 #define DEFINE_RWLOCK(x) rwlock_t x = RW_LOCK_UNLOCKED

Completed in 3 milliseconds