Lines Matching refs:magic
440 unsigned int magic = 0; in test_magic() local
445 if (get_kernel_nofault(magic, ptr) || magic != expected) { in test_magic()
447 addr, offset, magic, expected); in test_magic()
490 offsetof(spinlock_t, lock.wait_lock.magic), in test_lockup_init()
493 offsetof(rwlock_t, rwbase.rtmutex.wait_lock.magic), in test_lockup_init()
496 offsetof(struct mutex, rtmutex.wait_lock.magic), in test_lockup_init()
499 offsetof(struct rw_semaphore, rwbase.rtmutex.wait_lock.magic), in test_lockup_init()
504 offsetof(spinlock_t, rlock.magic), in test_lockup_init()
507 offsetof(rwlock_t, magic), in test_lockup_init()
510 offsetof(struct mutex, wait_lock.magic), in test_lockup_init()
513 offsetof(struct rw_semaphore, wait_lock.magic), in test_lockup_init()