Searched refs:pause_mtx (Results 1 – 2 of 2) sorted by relevance
312 mtx_init(&V_tcp_syncache.pause_mtx, "tcp_sc_pause", NULL, MTX_DEF); 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()[all …]
134 struct mtx pause_mtx; member