Lines Matching refs:magic
435 unsigned int magic = 0; in test_magic() local
440 if (get_kernel_nofault(magic, ptr) || magic != expected) { in test_magic()
442 addr, offset, magic, expected); in test_magic()
485 offsetof(spinlock_t, lock.wait_lock.magic), in test_lockup_init()
488 offsetof(rwlock_t, rwbase.rtmutex.wait_lock.magic), in test_lockup_init()
491 offsetof(struct mutex, rtmutex.wait_lock.magic), in test_lockup_init()
494 offsetof(struct rw_semaphore, rwbase.rtmutex.wait_lock.magic), in test_lockup_init()
499 offsetof(spinlock_t, rlock.magic), in test_lockup_init()
502 offsetof(rwlock_t, magic), in test_lockup_init()
505 offsetof(struct mutex, wait_lock.magic), in test_lockup_init()
508 offsetof(struct rw_semaphore, wait_lock.magic), in test_lockup_init()