Lines Matching defs:pages
19 * process_vm_rw_pages - read/write pages from task specified
20 * @pages: array of pointers to pages we want to copy
27 static int process_vm_rw_pages(struct page **pages,
35 struct page *page = *pages++;
55 /* Maximum number of pages kmalloc'd to hold struct page's during copy */
59 * process_vm_rw_single_vec - read/write pages from task specified
63 * @process_pages: struct pages area that can store at least
83 / sizeof(struct pages *);
100 * Get the pages we're interested in. We must
125 /* If vm_write is set, the pages need to be made dirty: */
133 /* Maximum number of entries for process pages array
138 * process_vm_rw_core - core of reading/writing pages from task specified
167 * Work out how many pages of struct pages we're going to need
186 2 pages worth */
188 sizeof(struct pages *)*nr_pages),