Searched refs:vnode_zone (Results 1 – 1 of 1) sorted by relevance
231 static uma_zone_t vnode_zone; variable569 vnode_zone = uma_zcreate("VNODE", sizeof (struct vnode), NULL, NULL, in vntblinit()1497 vp = (struct vnode *) uma_zalloc(vnode_zone, M_WAITOK); in getnewvnode()3004 uma_zfree(vnode_zone, vp); in _vdrop()