Searched refs:vplist (Results 1 – 2 of 2) sorted by relevance
1274 vnode_t *vp, **vplist; in r4flush() local1288 vplist = kmem_alloc(num * sizeof (*vplist), KM_SLEEP); in r4flush()1320 vplist[cnt++] = vp; in r4flush()1364 vplist[cnt++] = vp; in r4flush()1385 vp = vplist[cnt]; in r4flush()1393 kmem_free(vplist, num * sizeof (*vplist)); in r4flush()
3057 vnode_t *vp, **vplist; in rflush() local3071 vplist = kmem_alloc(num * sizeof (*vplist), KM_SLEEP); in rflush()3103 vplist[cnt++] = vp; in rflush()3147 vplist[cnt++] = vp; in rflush()3168 vp = vplist[cnt]; in rflush()3176 kmem_free(vplist, num * sizeof (*vplist)); in rflush()