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

/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs_vncache.c50 static struct mtx pfs_vncache_mutex; variable in typeref:struct:mtx
88 mtx_init(&pfs_vncache_mutex, "pfs_vncache", NULL, MTX_DEF);
101 mtx_lock(&pfs_vncache_mutex);
103 mtx_unlock(&pfs_vncache_mutex);
106 mtx_destroy(&pfs_vncache_mutex);
125 mtx_lock(&pfs_vncache_mutex);
131 mtx_unlock(&pfs_vncache_mutex);
150 mtx_unlock(&pfs_vncache_mutex);
203 mtx_lock(&pfs_vncache_mutex);
207 * pfs_vncache_mutex i
[all...]

Completed in 143 milliseconds