Searched refs:uffd_poll_thread (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/tools/testing/selftests/vm/ |
D | userfaultfd.c | 705 static void *uffd_poll_thread(void *arg) in uffd_poll_thread() function 826 uffd_poll_thread, in stress() 1135 if (pthread_create(&uffd_mon, &attr, uffd_poll_thread, &stats)) in userfaultfd_events_test() 1194 if (pthread_create(&uffd_mon, &attr, uffd_poll_thread, &stats)) in userfaultfd_sig_test() 1273 if (pthread_create(&uffd_mon, &attr, uffd_poll_thread, &stats)) in userfaultfd_minor_test()
|