Searched refs:uffd_mon (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | userfaultfd.c | 1095 pthread_t uffd_mon; in userfaultfd_events_test() local 1122 if (pthread_create(&uffd_mon, &attr, uffd_poll_thread, &stats)) in userfaultfd_events_test() 1137 if (pthread_join(uffd_mon, NULL)) in userfaultfd_events_test() 1150 pthread_t uffd_mon; in userfaultfd_sig_test() local 1181 if (pthread_create(&uffd_mon, &attr, uffd_poll_thread, &stats)) in userfaultfd_sig_test() 1196 if (pthread_join(uffd_mon, (void **)&userfaults)) in userfaultfd_sig_test() 1211 pthread_t uffd_mon; in userfaultfd_minor_test() local 1260 if (pthread_create(&uffd_mon, &attr, uffd_poll_thread, &stats)) in userfaultfd_minor_test() 1283 if (pthread_join(uffd_mon, NULL)) in userfaultfd_minor_test()
|