Searched refs:LOCKDEP_NODE_BFS_VISITED (Results 1 – 1 of 1) sorted by relevance
20 #define LOCKDEP_NODE_BFS_VISITED BIT(2) macro135 node->flags |= LOCKDEP_NODE_BFS_VISITED; in lockdep_graph_get_shortest_cycle()179 if (!(e->to->flags & LOCKDEP_NODE_BFS_VISITED)) { in lockdep_graph_get_shortest_cycle()183 e->to->flags |= LOCKDEP_NODE_BFS_VISITED; in lockdep_graph_get_shortest_cycle()