Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/vm/
Duserfaultfd.c553 unsigned long *this_cpu_userfaults; in uffd_read_thread() local
556 this_cpu_userfaults = (unsigned long *) arg; in uffd_read_thread()
557 *this_cpu_userfaults = 0; in uffd_read_thread()
565 (*this_cpu_userfaults) += uffd_handle_page_fault(&msg); in uffd_read_thread()