Home
last modified time | relevance | path

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

/linux-3.3/kernel/
Dlockdep_internals.h94 extern unsigned int max_bfs_queue_depth;
Dlockdep_proc.c342 max_bfs_queue_depth); in lockdep_stats_show()
Dlockdep.c895 unsigned int max_bfs_queue_depth; variable
1035 if (max_bfs_queue_depth < cq_depth) in __bfs()
1036 max_bfs_queue_depth = cq_depth; in __bfs()