Home
last modified time | relevance | path

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

/kernel/locking/
Dlockdep_internals.h144 extern unsigned int max_bfs_queue_depth;
Dlockdep_proc.c333 max_bfs_queue_depth); in lockdep_stats_show()
Dlockdep.c1354 unsigned int max_bfs_queue_depth; variable
1512 if (max_bfs_queue_depth < cq_depth) in __bfs()
1513 max_bfs_queue_depth = cq_depth; in __bfs()