Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_lockup.c116 static unsigned long lock_spinlock_ptr; variable
117 module_param_unsafe(lock_spinlock_ptr, ulong, 0400);
213 if (lock_spinlock_ptr && master) { in test_lock()
216 (void *)lock_spinlock_ptr); in test_lock()
217 spin_lock((spinlock_t *)lock_spinlock_ptr); in test_lock()
258 if (lock_spinlock_ptr && master) { in test_unlock()
259 spin_unlock((spinlock_t *)lock_spinlock_ptr); in test_unlock()
262 (void *)lock_spinlock_ptr); in test_unlock()
489 if (test_magic(lock_spinlock_ptr, in test_lockup_init()
503 if (test_magic(lock_spinlock_ptr, in test_lockup_init()
[all …]