Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dlockdep_internals.h156 extern unsigned int max_bfs_queue_depth;
H A Dlockdep_proc.c373 max_bfs_queue_depth); in lockdep_stats_show()
H A Dlockdep.c1476 unsigned int max_bfs_queue_depth; variable
1833 if (max_bfs_queue_depth < cq_depth) in __bfs()
1834 max_bfs_queue_depth = cq_depth; in __bfs()