Searched refs:__bfs (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/locking/ |
H A D | lockdep.c | 1673 * that <prev> -> @hlock and @hlock -> <whatever __bfs() found> is not -(*R)-> 1726 * In __bfs(), we only traverse in the strong dependency path: 1733 static enum bfs_result __bfs(struct lock_list *source_entry, in __bfs() function 1848 return __bfs(src_entry, data, match, skip, target_entry, in __bfs_forwards() 1860 return __bfs(src_entry, data, match, skip, target_entry, in __bfs_backwards() 1979 * We are about to add B -> A into the dependency graph, and in __bfs() a 2883 * We are about to add A -> B into the dependency graph, and in __bfs() a 2887 * If A -> .. -> B can replace A -> B in any __bfs() search (means the former 2938 * we need to let __bfs() only search for a path starting at a -(E*)->, in check_redundant()
|