Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dvfs_hash.c43 static struct mtx vfs_hash_mtx; variable
50 mtx_init(&vfs_hash_mtx, "vfs hash", NULL, MTX_DEF); in vfs_hashinit()
78 mtx_lock(&vfs_hash_mtx); in vfs_hash_get()
87 mtx_unlock(&vfs_hash_mtx); in vfs_hash_get()
97 mtx_unlock(&vfs_hash_mtx); in vfs_hash_get()
108 mtx_lock(&vfs_hash_mtx); in vfs_hash_remove()
110 mtx_unlock(&vfs_hash_mtx); in vfs_hash_remove()
121 mtx_lock(&vfs_hash_mtx); in vfs_hash_insert()
131 mtx_unlock(&vfs_hash_mtx); in vfs_hash_insert()
135 mtx_lock(&vfs_hash_mtx); in vfs_hash_insert()
[all …]