Lines Matching refs:pgbase
366 size_t pgbase;
370 rsize, &pgbase);
376 npages = (result + pgbase + PAGE_SIZE - 1) / PAGE_SIZE;
379 unsigned int req_len = min_t(size_t, bytes, PAGE_SIZE - pgbase);
382 pgbase, req_len);
394 pgbase = 0;
847 size_t pgbase;
851 wsize, &pgbase);
857 npages = (result + pgbase + PAGE_SIZE - 1) / PAGE_SIZE;
860 unsigned int req_len = min_t(size_t, bytes, PAGE_SIZE - pgbase);
863 pgbase, req_len);
883 pgbase = 0;