Lines Matching refs:pause_mtx
312 mtx_init(&V_tcp_syncache.pause_mtx, "tcp_sc_pause", NULL, MTX_DEF); in syncache_init()
313 callout_init_mtx(&V_tcp_syncache.pause_co, &V_tcp_syncache.pause_mtx, in syncache_init()
335 mtx_lock(&V_tcp_syncache.pause_mtx); in syncache_destroy()
337 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_destroy()
340 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_destroy()
364 mtx_destroy(&V_tcp_syncache.pause_mtx); in syncache_destroy()
494 mtx_lock(&V_tcp_syncache.pause_mtx); in syncache_timer()
496 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_timer()
2454 mtx_lock(&V_tcp_syncache.pause_mtx); in syncache_pause()
2456 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_pause()
2495 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_pause()
2506 mtx_assert(&sc->pause_mtx, MA_OWNED | MA_NOTRECURSED); in syncache_unpause()