Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dflock_impl.h71 struct graph *l_graph; /* graph this belongs to */ member
210 #define COLORED(vertex) ((vertex)->l_color == (vertex)->l_graph->mark)
211 #define COLOR(vertex) ((vertex)->l_color = (vertex)->l_graph->mark)
392 (lock1)->l_graph = (lock2)->l_graph; \
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c402 lock_request->l_graph = gp; in ofdlock()
701 lock_request->l_graph = gp; in reclock()
1082 graph_t *gp = request->l_graph; in flk_process_request()
1303 graph_t *gp = request->l_graph; in flk_execute_request()
1355 graph_t *gp = request->l_graph; in flk_wait_execute_request()
1623 graph_t *gp = (lock->l_graph); in flk_relation()
1887 graph_t *gp = lock->l_graph; in flk_delete_active_lock()
1921 graph_t *gp = request->l_graph; in flk_insert_sleeping_lock()
1950 graph_t *gp = request->l_graph; in flk_cancel_sleeping_lock()
2116 graph_t *gp = lock->l_graph; in flk_wakeup()
[all …]