Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/locking/
Dlockdep_internals.h109 extern unsigned int max_bfs_queue_depth;
Dlockdep_proc.c325 max_bfs_queue_depth); in lockdep_stats_show()
Dlockdep.c904 unsigned int max_bfs_queue_depth; variable
1046 if (max_bfs_queue_depth < cq_depth) in __bfs()
1047 max_bfs_queue_depth = cq_depth; in __bfs()