Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dflock_impl.h72 struct graph *l_graph; /* graph this belongs to */ member
209 #define COLORED(vertex) ((vertex)->l_color == (vertex)->l_graph->mark)
210 #define COLOR(vertex) ((vertex)->l_color = (vertex)->l_graph->mark)
391 (lock1)->l_graph = (lock2)->l_graph; \
/titanic_44/usr/src/uts/common/os/
H A Dflock.c416 lock_request->l_graph = gp; in reclock()
789 graph_t *gp = request->l_graph; in flk_process_request()
1010 graph_t *gp = request->l_graph; in flk_execute_request()
1062 graph_t *gp = request->l_graph; in flk_wait_execute_request()
1328 graph_t *gp = (lock->l_graph); in flk_relation()
1550 graph_t *gp = new_lock->l_graph; in flk_insert_active_lock()
1592 graph_t *gp = lock->l_graph; in flk_delete_active_lock()
1626 graph_t *gp = request->l_graph; in flk_insert_sleeping_lock()
1655 graph_t *gp = request->l_graph; in flk_cancel_sleeping_lock()
1821 graph_t *gp = lock->l_graph; in flk_wakeup()
[all …]