Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDuipc_socket.c241 static struct mtx so_global_mtx; variable
242 MTX_SYSINIT(so_global_mtx, &so_global_mtx, "so_glabel", MTX_DEF);
405 mtx_lock(&so_global_mtx); in soalloc()
411 mtx_unlock(&so_global_mtx); in soalloc()
428 mtx_lock(&so_global_mtx); in sodealloc()
436 mtx_unlock(&so_global_mtx); in sodealloc()