Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/locking/
Dlockdep_internals.h153 extern unsigned int max_bfs_queue_depth;
Dlockdep_proc.c346 max_bfs_queue_depth); in lockdep_stats_show()
Dlockdep.c1419 unsigned int max_bfs_queue_depth; variable
1776 if (max_bfs_queue_depth < cq_depth) in __bfs()
1777 max_bfs_queue_depth = cq_depth; in __bfs()