Lines Matching refs:pause_mtx
305 mtx_init(&V_tcp_syncache.pause_mtx, "tcp_sc_pause", NULL, MTX_DEF); in syncache_init()
306 callout_init_mtx(&V_tcp_syncache.pause_co, &V_tcp_syncache.pause_mtx, in syncache_init()
328 mtx_lock(&V_tcp_syncache.pause_mtx); in syncache_destroy()
330 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_destroy()
333 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_destroy()
357 mtx_destroy(&V_tcp_syncache.pause_mtx); in syncache_destroy()
487 mtx_lock(&V_tcp_syncache.pause_mtx); in syncache_timer()
489 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_timer()
2450 mtx_lock(&V_tcp_syncache.pause_mtx); in syncache_pause()
2452 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_pause()
2491 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_pause()
2502 mtx_assert(&sc->pause_mtx, MA_OWNED | MA_NOTRECURSED); in syncache_unpause()