Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/locking/
Dlockdep.c952 static inline unsigned int __cq_get_elem_count(struct circular_queue *cq) in __cq_get_elem_count() function
1053 cq_depth = __cq_get_elem_count(cq); in __bfs()