Searched refs:vfshsz (Results 1 – 2 of 2) sorted by relevance
559 #define VFSHASH(maj, min) (((int)((maj)+(min))) & (vfshsz - 1))584 extern int vfshsz; /* # of elements in rvfs_head array */
150 int vfshsz = 512; /* # of heads/locks in vfs hash arrays */ variable889 rvfs_list = kmem_zalloc(vfshsz * sizeof (rvfs_t), KM_SLEEP); in vfs_mountroot()