Searched refs:uffd_mon (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | uffd-unit-tests.c | 557 pthread_t uffd_mon; in uffd_minor_test_common() local 581 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_minor_test_common() 594 if (pthread_join(uffd_mon, NULL)) in uffd_minor_test_common() 767 pthread_t uffd_mon; in uffd_sigbus_test_common() local 787 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_sigbus_test_common() 805 if (pthread_join(uffd_mon, (void **)&userfaults)) in uffd_sigbus_test_common() 826 pthread_t uffd_mon; in uffd_events_test_common() local 840 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_events_test_common() 858 if (pthread_join(uffd_mon, NULL)) in uffd_events_test_common() 1019 pthread_t uffd_mon; in uffd_poison_test() local [all …]
|