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

/linux-master/kernel/locking/
H A Dlockdep.c1571 * BFS_RNOMATCH: Haven't found the matched node and keep *@target_entry
1578 BFS_RNOMATCH = 1, enumerator in enum:bfs_result
1822 return BFS_RNOMATCH;
2827 if (ret == BFS_RNOMATCH)
2852 if (DEBUG_LOCKS_WARN_ON(ret == BFS_RNOMATCH))
2895 * Return BFS_RMATCH if it does, or BFS_RNOMATCH if it does not, return BFS_E* if
2938 return BFS_RNOMATCH;
4103 if (ret == BFS_RNOMATCH)
4138 if (ret == BFS_RNOMATCH)

Completed in 110 milliseconds