Searched refs:to_vertex (Results 1 – 2 of 2) sorted by relevance
1510 edge->to_vertex = to_lock; in flk_add_edge()1548 if (COLORED(ep->to_vertex)) in flk_add_edge()1550 COLOR(ep->to_vertex); in flk_add_edge()1551 if (SAME_OWNER(ep->to_vertex, from_lock)) in flk_add_edge()1553 STACK_PUSH(vertex_stack, ep->to_vertex, l_stack); in flk_add_edge()1973 if (IS_RECOMPUTE(ep->to_vertex)) in flk_cancel_sleeping_lock()1975 ep->to_vertex->l_state |= RECOMPUTE_LOCK; in flk_cancel_sleeping_lock()1976 STACK_PUSH(vertex_stack, ep->to_vertex, l_stack); in flk_cancel_sleeping_lock()2278 lock = ep->to_vertex; in flk_color_reachables()3109 adj_proc = flk_get_proc_vertex(ep->to_vertex); in flk_check_deadlock()[all …]
57 struct lock_descriptor *to_vertex; /* edge pointing to lock */ member