Home
last modified time | relevance | path

Searched refs:userfaults (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/Documentation/vm/
Duserfaultfd.txt9 For example userfaults allows a proper and more optimal implementation
24 resolve the userfaults it receives via 1) or to manage the virtual
27 The real advantage of userfaults if compared to regular virtual memory
28 management of mremap/mprotect is that the userfaults in all their
38 manager process could handle the userfaults of a multitude of
65 userfaults on the range registered. Not all ioctls will necessarily be
76 The primary ioctl to resolve userfaults is UFFDIO_COPY. That
78 up the blocked userfaults (unless uffdio_copy.mode &
95 just fine in combination with userfaults. Userfaults trigger async
97 aren't waiting for userfaults (i.e. network bound) can keep running in
[all …]
/linux-4.4.14/tools/testing/selftests/vm/
Duserfaultfd.c253 unsigned long userfaults = 0; in uffd_poll_thread() local
290 userfaults++; in uffd_poll_thread()
292 return (void *)userfaults; in uffd_poll_thread()
346 static int stress(unsigned long *userfaults) in stress() argument
352 void **_userfaults = (void **) userfaults; in stress()
426 unsigned long userfaults[nr_cpus]; in userfaultfd_stress() local
571 if (stress(userfaults)) in userfaultfd_stress()
602 printf(" %lu", userfaults[cpu]); in userfaultfd_stress()