Searched refs:UFFDIO_CONTINUE (Results 1 – 5 of 5) sorted by relevance
91 #define UFFDIO_CONTINUE _IOWR(UFFDIO, _UFFDIO_CONTINUE, \ macro
91 r = ioctl(uffd, UFFDIO_CONTINUE, &cont); in handle_uffd_page_request()
589 if (ioctl(ufd, UFFDIO_CONTINUE, &req)) in continue_range()599 ret = ioctl(ufd, UFFDIO_CONTINUE, &req); in continue_range()
147 - ``UFFDIO_CONTINUE`` maps an existing, previously-populated page.170 faulting thread continue with ``UFFDIO_CONTINUE``.
2027 case UFFDIO_CONTINUE: in userfaultfd_ioctl()
Completed in 11 milliseconds