Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Dlockdep_internals.h152 extern unsigned int max_bfs_queue_depth;
H A Dlockdep_proc.c371 max_bfs_queue_depth); in lockdep_stats_show()
H A Dlockdep.c1460 unsigned int max_bfs_queue_depth; variable
1817 if (max_bfs_queue_depth < cq_depth) in __bfs()
1818 max_bfs_queue_depth = cq_depth; in __bfs()