Lines Matching defs:count
43 * physical page count.
46 size_t count, loff_t *ppos)
57 if (src & KPMMASK || count & KPMMASK)
61 count = min_t(unsigned long, count, (max_dump_pfn * KPMSIZE) - src);
63 while (count > 0) {
82 count -= KPMSIZE;
230 size_t count, loff_t *ppos)
240 if (src & KPMMASK || count & KPMMASK)
244 count = min_t(unsigned long, count, (max_dump_pfn * KPMSIZE) - src);
246 while (count > 0) {
260 count -= KPMSIZE;
279 size_t count, loff_t *ppos)
290 if (src & KPMMASK || count & KPMMASK)
294 count = min_t(unsigned long, count, (max_dump_pfn * KPMSIZE) - src);
296 while (count > 0) {
315 count -= KPMSIZE;