Home
last modified time | relevance | path

Searched refs:LOCKDEP_NODE_BFS_VISITED (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/kernel/
H A Dlockdep.c20 #define LOCKDEP_NODE_BFS_VISITED BIT(2) macro
135 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()