Searched refs:__bfs_next (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/locking/
H A Dlockdep.c1681 static inline struct lock_list *__bfs_next(struct lock_list *lock, int offset) function
1736 while ((lock = __bfs_next(lock, offset)) || (lock = __cq_dequeue(cq))) {
1805 * dependency from one (see __bfs_next()), as a result

Completed in 110 milliseconds