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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c1281 vnode_t *vp, **vplist; local
1295 vplist = kmem_alloc(num * sizeof (*vplist), KM_SLEEP);
1327 vplist[cnt++] = vp;
1342 vp = vplist[cnt];
1350 kmem_free(vplist, num * sizeof (*vplist));
H A Dnfs_subr.c3050 vnode_t *vp, **vplist; local
3064 vplist = kmem_alloc(num * sizeof (*vplist), KM_SLEEP);
3096 vplist[cnt++] = vp;
3111 vp = vplist[cnt];
3119 kmem_free(vplist, num * sizeof (*vplist));

Completed in 55 milliseconds