Searched refs:graph_t (Results 1 – 3 of 3) sorted by relevance
88 graph_t *lock_graph[HASH_SIZE];173 static void flk_graph_uncolor(graph_t *);195 static void check_sleeping_locks(graph_t *);196 static void check_active_locks(graph_t *);199 static void check_owner_locks(graph_t *, pid_t, int, vnode_t *);256 graph_t *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()[all …]
103 typedef struct graph graph_t; typedef195 graph_t *flk_get_lock_graph(vnode_t *, int);
1774 graph_t *graph; in lg_walk_step()