Searched refs:uffd_mon (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/vm/ |
| D | userfaultfd.c | 1108 pthread_t uffd_mon; in userfaultfd_events_test() local 1135 if (pthread_create(&uffd_mon, &attr, uffd_poll_thread, &stats)) in userfaultfd_events_test() 1150 if (pthread_join(uffd_mon, NULL)) in userfaultfd_events_test() 1163 pthread_t uffd_mon; in userfaultfd_sig_test() local 1194 if (pthread_create(&uffd_mon, &attr, uffd_poll_thread, &stats)) in userfaultfd_sig_test() 1209 if (pthread_join(uffd_mon, (void **)&userfaults)) in userfaultfd_sig_test() 1224 pthread_t uffd_mon; in userfaultfd_minor_test() local 1273 if (pthread_create(&uffd_mon, &attr, uffd_poll_thread, &stats)) in userfaultfd_minor_test() 1296 if (pthread_join(uffd_mon, NULL)) in userfaultfd_minor_test()
|