Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dtest_lockup.c116 static unsigned long lock_spinlock_ptr; variable
117 module_param_unsafe(lock_spinlock_ptr, ulong, 0400);
118 MODULE_PARM_DESC(lock_spinlock_ptr, "lock spinlock at address");
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()
481 if (test_kernel_ptr(lock_spinlock_ptr, sizeof(spinlock_t)) || in test_lockup_init()
[all …]