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

/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c1278 vnode_t *vp, **vplist; local
1292 vplist = kmem_alloc(num * sizeof (*vplist), KM_SLEEP);
1324 vplist[cnt++] = vp;
1339 vp = vplist[cnt];
1347 kmem_free(vplist, num * sizeof (*vplist));
H A Dnfs_subr.c3046 vnode_t *vp, **vplist; local
3060 vplist = kmem_alloc(num * sizeof (*vplist), KM_SLEEP);
3092 vplist[cnt++] = vp;
3107 vp = vplist[cnt];
3115 kmem_free(vplist, num * sizeof (*vplist));

Completed in 113 milliseconds