Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/locking/
Dlockdep.c922 static inline int __cq_empty(struct circular_queue *cq) in __cq_empty() function
944 if (__cq_empty(cq)) in __cq_dequeue()
1022 while (!__cq_empty(cq)) { in __bfs()