Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_socket.c264 static struct mtx so_global_mtx; variable
265 MTX_SYSINIT(so_global_mtx, &so_global_mtx, "so_glabel", MTX_DEF);
443 mtx_lock(&so_global_mtx); in soalloc()
449 mtx_unlock(&so_global_mtx); in soalloc()
466 mtx_lock(&so_global_mtx); in sodealloc()
474 mtx_unlock(&so_global_mtx); in sodealloc()