Searched refs:to_vertex (Results 1 – 2 of 2) sorted by relevance
1215 edge->to_vertex = to_lock; in flk_add_edge()1253 if (COLORED(ep->to_vertex)) in flk_add_edge()1255 COLOR(ep->to_vertex); in flk_add_edge()1256 if (SAME_OWNER(ep->to_vertex, from_lock)) in flk_add_edge()1258 STACK_PUSH(vertex_stack, ep->to_vertex, l_stack); in flk_add_edge()1678 if (IS_RECOMPUTE(ep->to_vertex)) in flk_cancel_sleeping_lock()1680 ep->to_vertex->l_state |= RECOMPUTE_LOCK; in flk_cancel_sleeping_lock()1681 STACK_PUSH(vertex_stack, ep->to_vertex, l_stack); in flk_cancel_sleeping_lock()1983 lock = ep->to_vertex; in flk_color_reachables()2804 adj_proc = flk_get_proc_vertex(ep->to_vertex); in flk_check_deadlock()[all …]
58 struct lock_descriptor *to_vertex; /* edge pointing to lock */ member