Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/locking/
Dlockdep_internals.h153 extern unsigned int max_bfs_queue_depth;
Dlockdep_proc.c371 max_bfs_queue_depth); in lockdep_stats_show()
Dlockdep.c1474 unsigned int max_bfs_queue_depth; variable
1831 if (max_bfs_queue_depth < cq_depth) in __bfs()
1832 max_bfs_queue_depth = cq_depth; in __bfs()