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

/freebsd-10-stable/sys/kern/
H A Dkern_descrip.c193 static struct mtx fdesc_mtx; variable in typeref:struct:mtx
1880 mtx_lock(&fdesc_mtx);
1884 mtx_unlock(&fdesc_mtx);
1895 mtx_lock(&fdesc_mtx);
1897 mtx_unlock(&fdesc_mtx);
2084 mtx_lock(&fdesc_mtx);
2086 mtx_unlock(&fdesc_mtx);
3967 mtx_init(&fdesc_mtx, "fdesc", NULL, MTX_DEF);

Completed in 51 milliseconds