Searched refs:copy_page (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/syscalls/userfaultfd/ |
D | userfaultfd01.c | 25 static void *copy_page; variable 38 copy_page = SAFE_MMAP(NULL, page_size, PROT_READ | PROT_WRITE, in set_pages() 63 memset(copy_page, 'X', page_size); in handle_thread() 65 uffdio_copy.src = (unsigned long) copy_page; in handle_thread()
|
/external/libcups/tools/ |
D | ippeveps.c | 966 int copy_page = 0; /* Do we copy the page data? */ in ps_to_ps() local 977 copy_page = page >= first_page && page <= last_page; in ps_to_ps() 979 if (copy_page) in ps_to_ps() 985 else if (copy_page) in ps_to_ps()
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | userfaultfd.c | 447 static int copy_page(int ufd, unsigned long offset) in copy_page() function 486 return copy_page(uffd, offset); in uffd_handle_page_fault() 747 if (copy_page(uffd, nr * page_size)) in faulting_process()
|
/external/libcups/filter/ |
D | pstops.c | 146 static ssize_t copy_page(cups_file_t *fp, pstops_doc_t *doc, 850 linelen = copy_page(fp, doc, ppd, number, line, linelen, linesize); in copy_dsc() 1222 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()
|