Searched refs:copy_page (Results 1 – 3 of 3) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | userfaultfd.c | 449 static int copy_page(int ufd, unsigned long offset) in copy_page() function 488 return copy_page(uffd, offset); in uffd_handle_page_fault() 749 if (copy_page(uffd, nr * page_size)) in faulting_process()
|
/external/libcups/filter/ |
D | pstops.c | 151 static ssize_t copy_page(cups_file_t *fp, pstops_doc_t *doc, 855 linelen = copy_page(fp, doc, ppd, number, line, linelen, linesize); in copy_dsc() 1227 copy_page(cups_file_t *fp, /* I - File to read from */ in copy_page() function
|
/external/libogg/src/ |
D | framing.c | 1101 void copy_page(ogg_page *og){ in copy_page() function 1798 copy_page(&og[i]); in main()
|