Searched refs:RWLOCK_MAGIC (Results 1 – 3 of 3) sorted by relevance
47 lock->magic = RWLOCK_MAGIC; in __rwlock_init()161 RWLOCK_BUG_ON(lock->magic != RWLOCK_MAGIC, lock, "bad magic"); in do_raw_read_lock()180 RWLOCK_BUG_ON(lock->magic != RWLOCK_MAGIC, lock, "bad magic"); in do_raw_read_unlock()186 RWLOCK_BUG_ON(lock->magic != RWLOCK_MAGIC, lock, "bad magic"); in debug_write_lock_before()200 RWLOCK_BUG_ON(lock->magic != RWLOCK_MAGIC, lock, "bad magic"); in debug_write_unlock()
36 #define RWLOCK_MAGIC 0xdeaf1eed macro41 .magic = RWLOCK_MAGIC, \
508 RWLOCK_MAGIC) || in test_lockup_init()
Completed in 9 milliseconds