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

/freebsd-10-stable/sys/kern/
H A Duipc_socket.c231 * so_global_mtx protects so_gencnt, numopensockets, and the per-socket
234 static struct mtx so_global_mtx; variable in typeref:struct:mtx
235 MTX_SYSINIT(so_global_mtx, &so_global_mtx, "so_glabel", MTX_DEF);
341 mtx_lock(&so_global_mtx);
350 mtx_unlock(&so_global_mtx);
366 mtx_lock(&so_global_mtx);
374 mtx_unlock(&so_global_mtx);

Completed in 82 milliseconds