Lines Matching refs:graph_t

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()
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()
1795 flk_graph_uncolor(graph_t *gp) in flk_graph_uncolor()
1821 graph_t *gp = lock->l_graph; in flk_wakeup()
1876 graph_t *gp = request->l_graph; in flk_recompute_dependencies()
2093 graph_t *gp = request->l_graph; in flk_get_first_blocking_lock()
2141 graph_t *
2144 graph_t *gp; in flk_get_lock_graph()
2145 graph_t *gp_alloc = NULL; in flk_get_lock_graph()
2159 gp_alloc = kmem_zalloc(sizeof (graph_t), KM_SLEEP); in flk_get_lock_graph()
2198 kmem_free(gp_alloc, sizeof (graph_t)); in flk_get_lock_graph()
2212 graph_t *gp; in cl_flk_has_remote_locks_for_nlmid()
2286 graph_t *gp; in flk_has_remote_locks()
2334 graph_t *gp; in flk_has_remote_locks_for_sysid()
2390 graph_t *gp; in flk_sysid_has_locks()
2440 graph_t *gp; in cl_flk_remove_locks_by_sysid()
2496 graph_t *gp; in flk_delete_locks_by_sysid()
2550 graph_t *gp; in cl_flk_delete_pxfs_locks()
2609 graph_t *gp = request->l_graph; in flk_canceled()
2638 graph_t *gp; in cleanlocks()
3285 graph_t *gp; in flk_set_lockmgr_status()
3356 graph_t *gp; in get_lock_list()
3533 graph_t *gp; /* lock graph */ in cl_flk_change_nlm_state_all_locks()
3598 graph_t *gp; in cl_flk_wakeup_sleeping_nlm_locks()
3646 graph_t *gp; in cl_flk_unlock_nlm_granted()
3696 graph_t *gp; in wakeup_sleeping_lockmgr_locks()
3731 graph_t *gp; in unlock_lockmgr_granted()
3767 graph_t *gp = request->l_graph; in wait_for_lock()
3977 graph_t *gp; in nbl_lock_conflict()
4038 check_active_locks(graph_t *gp) in check_active_locks()
4148 check_sleeping_locks(graph_t *gp) in check_sleeping_locks()
4222 check_owner_locks(graph_t *gp, pid_t pid, int sysid, vnode_t *vp) in check_owner_locks()