Searched refs:userfaults (Results 1 – 2 of 2) sorted by relevance
9 For example userfaults allows a proper and more optimal implementation24 resolve the userfaults it receives via 1) or to manage the virtual27 The real advantage of userfaults if compared to regular virtual memory28 management of mremap/mprotect is that the userfaults in all their38 manager process could handle the userfaults of a multitude of65 userfaults on the range registered. Not all ioctls will necessarily be76 The primary ioctl to resolve userfaults is UFFDIO_COPY. That78 up the blocked userfaults (unless uffdio_copy.mode &95 just fine in combination with userfaults. Userfaults trigger async97 aren't waiting for userfaults (i.e. network bound) can keep running in[all …]
253 unsigned long userfaults = 0; in uffd_poll_thread() local290 userfaults++; in uffd_poll_thread()292 return (void *)userfaults; in uffd_poll_thread()346 static int stress(unsigned long *userfaults) in stress() argument352 void **_userfaults = (void **) userfaults; in stress()426 unsigned long userfaults[nr_cpus]; in userfaultfd_stress() local571 if (stress(userfaults)) in userfaultfd_stress()602 printf(" %lu", userfaults[cpu]); in userfaultfd_stress()