Home
last modified time | relevance | path

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

/kernel/locking/
Dlockdep.c1030 unsigned int cq_depth; in __bfs() local
1042 cq_depth = __cq_get_elem_count(cq); in __bfs()
1043 if (max_bfs_queue_depth < cq_depth) in __bfs()
1044 max_bfs_queue_depth = cq_depth; in __bfs()