nfs_bio.c | 1250 struct vm_page *pg, **pgs, **opgs, *spgs[UBC_MAX_PAGES]; local in function:nfs_getpages 1270 * If we are not locked we are not really using opgs, 1274 opgs = spgs; 1276 if ((opgs = kmem_alloc(npages * sizeof(*opgs), KM_NOSLEEP)) == 1298 memcpy(opgs, pgs, npages * sizeof(struct vm_pages *)); 1348 memcpy(pgs, opgs, 1375 if (opgs != spgs) 1376 kmem_free(opgs, sizeof(*opgs) * npages) [all...] |