Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/locking/
Dlockdep.c1506 static inline struct lock_list * __cq_dequeue(struct circular_queue *cq) in __cq_dequeue() function
1748 while ((lock = __bfs_next(lock, offset)) || (lock = __cq_dequeue(cq))) { in __bfs()