Searched refs:uffd_mon (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | uffd-unit-tests.c | 545 pthread_t uffd_mon; in uffd_minor_test_common() local 570 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_minor_test_common() 583 if (pthread_join(uffd_mon, NULL)) in uffd_minor_test_common() 759 pthread_t uffd_mon; in uffd_sigbus_test_common() local 780 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_sigbus_test_common() 798 if (pthread_join(uffd_mon, (void **)&userfaults)) in uffd_sigbus_test_common() 819 pthread_t uffd_mon; in uffd_events_test_common() local 834 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_events_test_common() 852 if (pthread_join(uffd_mon, NULL)) in uffd_events_test_common() 1021 pthread_t uffd_mon; in uffd_poison_test() local [all …]
|