Home
last modified time | relevance | path

Searched refs:pause_mtx (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_syncache.c304 mtx_init(&V_tcp_syncache.pause_mtx, "tcp_sc_pause", NULL, MTX_DEF); in syncache_init()
305 callout_init_mtx(&V_tcp_syncache.pause_co, &V_tcp_syncache.pause_mtx, in syncache_init()
327 mtx_lock(&V_tcp_syncache.pause_mtx); in syncache_destroy()
329 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_destroy()
332 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_destroy()
356 mtx_destroy(&V_tcp_syncache.pause_mtx); in syncache_destroy()
486 mtx_lock(&V_tcp_syncache.pause_mtx); in syncache_timer()
488 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_timer()
2444 mtx_lock(&V_tcp_syncache.pause_mtx); in syncache_pause()
2446 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_pause()
[all …]
H A Dtcp_syncache.h134 struct mtx pause_mtx; member