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

/linux-master/kernel/locking/
H A Dlockdep.c1657 * that <prev> -> @hlock and @hlock -> <whatever __bfs() found> is not -(*R)->
1710 * In __bfs(), we only traverse in the strong dependency path:
1717 static enum bfs_result __bfs(struct lock_list *source_entry, function
1832 return __bfs(src_entry, data, match, skip, target_entry,
1844 return __bfs(src_entry, data, match, skip, target_entry,
1963 * We are about to add A -> B into the dependency graph, and in __bfs() a
1967 * If A -> .. -> B can replace A -> B in any __bfs() search (means the former
1998 * We are about to add B -> A into the dependency graph, and in __bfs() a
2911 * we need to let __bfs() only search for a path starting at a -(E*)->,

Completed in 177 milliseconds