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

/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c72 static struct vnode **swap_vnodes; /* ptr's to swap vnodes */ variable in typeref:struct:vnode
175 swap_vnodes = kmem_zalloc(MAX_SWAP_VNODES * sizeof (struct vnode *),
218 vp = swap_vnodes[vidx];
224 vp = swap_vnodes[vidx];
230 swap_vnodes[vidx] = vp;
254 vp = swap_vnodes[i];

Completed in 59 milliseconds