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

/freebsd-10.2-release/sys/kern/
H A Dvfs_hash.c43 static struct mtx vfs_hash_mtx; variable in typeref:struct:mtx
50 mtx_init(&vfs_hash_mtx, "vfs hash", NULL, MTX_DEF);
78 mtx_lock(&vfs_hash_mtx);
87 mtx_unlock(&vfs_hash_mtx);
97 mtx_unlock(&vfs_hash_mtx);
108 mtx_lock(&vfs_hash_mtx);
110 mtx_unlock(&vfs_hash_mtx);
121 mtx_lock(&vfs_hash_mtx);
131 mtx_unlock(&vfs_hash_mtx);
135 mtx_lock(&vfs_hash_mtx);
[all...]

Completed in 91 milliseconds