Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_lockup.c56 static bool lock_read; variable
57 module_param(lock_read, bool, 0400);
58 MODULE_PARM_DESC(lock_read, "lock read-write locks for read");
186 if (lock_read) in test_lock()
195 if (lock_read) in test_lock()
224 if (lock_read) in test_lock()
249 if (lock_read) in test_unlock()
278 if (lock_read) in test_unlock()
287 if (lock_read) in test_unlock()
565 lock_read ? "lock_read " : "", in test_lockup_init()