Searched refs:__bfs_next (Results 1 – 1 of 1) sorted by relevance
1642 static inline struct lock_list *__bfs_next(struct lock_list *lock, int offset) in __bfs_next() function1697 while ((lock = __bfs_next(lock, offset)) || (lock = __cq_dequeue(cq))) { in __bfs()