Lines Matching refs:graph_t

89 graph_t		*lock_graph[HASH_SIZE];
174 static void flk_graph_uncolor(graph_t *);
196 static void check_sleeping_locks(graph_t *);
197 static void check_active_locks(graph_t *);
200 static void check_owner_locks(graph_t *, pid_t, int, vnode_t *);
301 graph_t *gp; in ofdlock()
463 graph_t *gp; in ofdcleanlock()
541 graph_t *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()
1621 graph_t *gp = (lock->l_graph); in flk_relation()
1843 graph_t *gp = new_lock->l_graph; in flk_insert_active_lock()
1885 graph_t *gp = lock->l_graph; in flk_delete_active_lock()
1919 graph_t *gp = request->l_graph; in flk_insert_sleeping_lock()
1948 graph_t *gp = request->l_graph; in flk_cancel_sleeping_lock()
2088 flk_graph_uncolor(graph_t *gp) in flk_graph_uncolor()
2114 graph_t *gp = lock->l_graph; in flk_wakeup()
2169 graph_t *gp = request->l_graph; in flk_recompute_dependencies()
2386 graph_t *gp = request->l_graph; in flk_get_first_blocking_lock()
2434 graph_t *
2437 graph_t *gp; in flk_get_lock_graph()
2438 graph_t *gp_alloc = NULL; in flk_get_lock_graph()
2452 gp_alloc = kmem_zalloc(sizeof (graph_t), KM_SLEEP); in flk_get_lock_graph()
2491 kmem_free(gp_alloc, sizeof (graph_t)); in flk_get_lock_graph()
2505 graph_t *gp; in cl_flk_has_remote_locks_for_nlmid()
2579 graph_t *gp; in flk_has_remote_locks()
2627 graph_t *gp; in flk_has_remote_locks_for_sysid()
2683 graph_t *gp; in flk_sysid_has_locks()
2733 graph_t *gp; in cl_flk_remove_locks_by_sysid()
2789 graph_t *gp; in flk_delete_locks_by_sysid()
2843 graph_t *gp; in cl_flk_delete_pxfs_locks()
2902 graph_t *gp = request->l_graph; in flk_canceled()
2933 graph_t *gp; in cleanlocks()
3598 graph_t *gp; in flk_set_lockmgr_status()
3669 graph_t *gp; in get_lock_list()
3846 graph_t *gp; /* lock graph */ in cl_flk_change_nlm_state_all_locks()
3911 graph_t *gp; in cl_flk_wakeup_sleeping_nlm_locks()
3959 graph_t *gp; in cl_flk_unlock_nlm_granted()
4009 graph_t *gp; in wakeup_sleeping_lockmgr_locks()
4044 graph_t *gp; in unlock_lockmgr_granted()
4080 graph_t *gp = request->l_graph; in wait_for_lock()
4291 graph_t *gp; in nbl_lock_conflict()
4352 check_active_locks(graph_t *gp) in check_active_locks()
4462 check_sleeping_locks(graph_t *gp) in check_sleeping_locks()
4536 check_owner_locks(graph_t *gp, pid_t pid, int sysid, vnode_t *vp) in check_owner_locks()