Searched refs:uffd_mon (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/vm/ |
| D | userfaultfd.c | 1205 pthread_t uffd_mon; in userfaultfd_events_test() local 1231 if (pthread_create(&uffd_mon, &attr, uffd_poll_thread, &stats)) in userfaultfd_events_test() 1246 if (pthread_join(uffd_mon, NULL)) in userfaultfd_events_test() 1258 pthread_t uffd_mon; in userfaultfd_sig_test() local 1288 if (pthread_create(&uffd_mon, &attr, uffd_poll_thread, &stats)) in userfaultfd_sig_test() 1303 if (pthread_join(uffd_mon, (void **)&userfaults)) in userfaultfd_sig_test() 1336 pthread_t uffd_mon; in userfaultfd_minor_test() local 1366 if (pthread_create(&uffd_mon, &attr, uffd_poll_thread, &stats)) in userfaultfd_minor_test() 1379 if (pthread_join(uffd_mon, NULL)) in userfaultfd_minor_test()
|