Home
last modified time | relevance | path

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

/freebsd/sys/fs/pseudofs/
H A Dpseudofs_vncache.c50 static struct mtx pfs_vncache_mutex; variable
91 mtx_init(&pfs_vncache_mutex, "pfs_vncache", NULL, MTX_DEF);
108 mtx_destroy(&pfs_vncache_mutex); in pfs_vncache_unload()
132 mtx_lock(&pfs_vncache_mutex); in pfs_vncache_alloc()
138 mtx_unlock(&pfs_vncache_mutex); in pfs_vncache_alloc()
157 mtx_unlock(&pfs_vncache_mutex); in pfs_vncache_alloc()
210 mtx_lock(&pfs_vncache_mutex); in pfs_vncache_alloc()
221 mtx_unlock(&pfs_vncache_mutex); in pfs_vncache_alloc()
237 mtx_unlock(&pfs_vncache_mutex); in pfs_vncache_alloc()
249 mtx_lock(&pfs_vncache_mutex); in pfs_vncache_free()
[all …]