Home | History | Annotate | Download | only in net

Lines Matching defs:rt_so_mtx

183 static kmutex_t *rt_so_mtx;
303 mutex_obj_hold(rt_so_mtx);
304 so->so_lock = rt_so_mtx;
907 * Release rt_so_mtx to avoid a deadlock with route_intr
916 error = cv_wait_sig(&rt_update_cv, rt_so_mtx);
926 mutex_exit(rt_so_mtx);
934 mutex_enter(rt_so_mtx);
974 * Release rt_so_mtx to avoid a deadlock with
977 mutex_exit(rt_so_mtx);
979 mutex_enter(rt_so_mtx);
1685 mutex_enter(rt_so_mtx);
1689 mutex_exit(rt_so_mtx);
1731 rt_so_mtx = mutex_obj_alloc(MUTEX_DEFAULT, IPL_NONE);