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