Lines Matching defs:count
42 * physical page count.
45 size_t count, loff_t *ppos)
56 if (src & KPMMASK || count & KPMMASK)
60 count = min_t(unsigned long, count, (max_dump_pfn * KPMSIZE) - src);
62 while (count > 0) {
81 count -= KPMSIZE;
228 size_t count, loff_t *ppos)
238 if (src & KPMMASK || count & KPMMASK)
242 count = min_t(unsigned long, count, (max_dump_pfn * KPMSIZE) - src);
244 while (count > 0) {
258 count -= KPMSIZE;
276 size_t count, loff_t *ppos)
287 if (src & KPMMASK || count & KPMMASK)
291 count = min_t(unsigned long, count, (max_dump_pfn * KPMSIZE) - src);
293 while (count > 0) {
312 count -= KPMSIZE;