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

/linux-master/kernel/locking/
H A Dlockdep.c1568 * BFS_RMATCH: Find the matched node in the graph, and put that node into
1577 BFS_RMATCH = 0, enumerator in enum:bfs_result
1789 return BFS_RMATCH;
2158 * Print an error and return BFS_RMATCH if it does.
2174 if (unlikely(ret == BFS_RMATCH)) {
2895 * Return BFS_RMATCH if it does, or BFS_RNOMATCH if it does not, return BFS_E* if
2927 if (ret == BFS_RMATCH)
3135 if (unlikely(bfs_error(ret) || ret == BFS_RMATCH))
3191 else if (ret == BFS_RMATCH)

Completed in 221 milliseconds