Lines Matching defs:gp
64 #define CHECK_ACTIVE_LOCKS(gp) if (check_debug) \ argument
66 #define CHECK_SLEEPING_LOCKS(gp) if (check_debug) \ argument
68 #define CHECK_OWNER_LOCKS(gp, pid, sysid, vp) \ argument
80 #define CHECK_ACTIVE_LOCKS(gp) argument
81 #define CHECK_SLEEPING_LOCKS(gp) argument
82 #define CHECK_OWNER_LOCKS(gp, pid, sysid, vp) argument
301 graph_t *gp; in ofdlock() local
463 graph_t *gp; in ofdcleanlock() local
541 graph_t *gp; in reclock() local
1082 graph_t *gp = request->l_graph; in flk_process_request() local
1303 graph_t *gp = request->l_graph; in flk_execute_request() local
1355 graph_t *gp = request->l_graph; in flk_wait_execute_request() local
1621 graph_t *gp = (lock->l_graph); in flk_relation() local
1843 graph_t *gp = new_lock->l_graph; in flk_insert_active_lock() local
1885 graph_t *gp = lock->l_graph; in flk_delete_active_lock() local
1919 graph_t *gp = request->l_graph; in flk_insert_sleeping_lock() local
1948 graph_t *gp = request->l_graph; in flk_cancel_sleeping_lock() local
2088 flk_graph_uncolor(graph_t *gp) in flk_graph_uncolor()
2114 graph_t *gp = lock->l_graph; in flk_wakeup() local
2169 graph_t *gp = request->l_graph; in flk_recompute_dependencies() local
2386 graph_t *gp = request->l_graph; in flk_get_first_blocking_lock() local
2437 graph_t *gp; in flk_get_lock_graph() local
2505 graph_t *gp; in cl_flk_has_remote_locks_for_nlmid() local
2579 graph_t *gp; in flk_has_remote_locks() local
2627 graph_t *gp; in flk_has_remote_locks_for_sysid() local
2683 graph_t *gp; in flk_sysid_has_locks() local
2733 graph_t *gp; in cl_flk_remove_locks_by_sysid() local
2789 graph_t *gp; in flk_delete_locks_by_sysid() local
2843 graph_t *gp; in cl_flk_delete_pxfs_locks() local
2902 graph_t *gp = request->l_graph; in flk_canceled() local
2933 graph_t *gp; in cleanlocks() local
3598 graph_t *gp; in flk_set_lockmgr_status() local
3669 graph_t *gp; in get_lock_list() local
3846 graph_t *gp; /* lock graph */ in cl_flk_change_nlm_state_all_locks() local
3911 graph_t *gp; in cl_flk_wakeup_sleeping_nlm_locks() local
3959 graph_t *gp; in cl_flk_unlock_nlm_granted() local
4009 graph_t *gp; in wakeup_sleeping_lockmgr_locks() local
4044 graph_t *gp; in unlock_lockmgr_granted() local
4080 graph_t *gp = request->l_graph; in wait_for_lock() local
4291 graph_t *gp; in nbl_lock_conflict() local
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()