Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_hash.c208 struct vfs_hash_head *vfs_hash_newtbl, *vfs_hash_oldtbl; in vfs_hash_changesize() local
213 vfs_hash_newtbl = hashinit(newmaxvnodes, M_VFS_HASH, in vfs_hash_changesize()
217 free(vfs_hash_newtbl, M_VFS_HASH); in vfs_hash_changesize()
228 vfs_hash_tbl = vfs_hash_newtbl; in vfs_hash_changesize()