Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/locking/
Dlocktorture.c71 static bool lock_is_read_held; variable
593 if (WARN_ON_ONCE(lock_is_read_held)) in lock_torture_writer()
626 lock_is_read_held = 1; in lock_torture_reader()
632 lock_is_read_held = 0; in lock_torture_reader()
867 lock_is_read_held = 0; in lock_torture_init()