Lines Matching refs:uffd_mon
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
1041 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_poison_test()
1074 if (pthread_join(uffd_mon, NULL)) in uffd_poison_test()
1127 pthread_t uffd_mon; in uffd_move_test_common() local
1147 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_move_test_common()
1208 if (pthread_join(uffd_mon, NULL)) in uffd_move_test_common()