Searched refs:SPINLOCK_OWNER_INIT (Results 1 – 3 of 3) sorted by relevance
28 lock->owner = SPINLOCK_OWNER_INIT; in __raw_spin_lock_init()47 lock->owner = SPINLOCK_OWNER_INIT; in __rwlock_init()58 if (owner == SPINLOCK_OWNER_INIT) in spin_dump()104 WRITE_ONCE(lock->owner, SPINLOCK_OWNER_INIT); in debug_spin_unlock()203 WRITE_ONCE(lock->owner, SPINLOCK_OWNER_INIT); in debug_write_unlock()
27 #define SPINLOCK_OWNER_INIT ((void *)-1L) macro57 .owner = SPINLOCK_OWNER_INIT,
42 .owner = SPINLOCK_OWNER_INIT, \
Completed in 4 milliseconds