Home
last modified time | relevance | path

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

/kernel/
Dlockdep.c64 int lock_stat = 1; variable
65 module_param(lock_stat, int, 0644);
67 #define lock_stat 0 macro
262 if (!lock_stat) in lock_release_holdtime()
3803 if (unlikely(!lock_stat)) in lock_contended()
3823 if (unlikely(!lock_stat)) in lock_acquired()
Dsysctl.c453 .data = &lock_stat,