Home
last modified time | relevance | path

Searched refs:uffd_mon (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/testing/selftests/mm/
H A Duffd-unit-tests.c570 pthread_t uffd_mon; in uffd_minor_test_common() local
594 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_minor_test_common()
607 if (pthread_join(uffd_mon, NULL)) in uffd_minor_test_common()
780 pthread_t uffd_mon; in uffd_sigbus_test_common() local
818 if (pthread_join(uffd_mon, (void **)&userfaults)) in uffd_sigbus_test_common()
839 pthread_t uffd_mon; in uffd_events_test_common() local
871 if (pthread_join(uffd_mon, NULL)) in uffd_events_test_common()
1032 pthread_t uffd_mon; in uffd_poison_test() local
1078 if (pthread_join(uffd_mon, NULL)) in uffd_poison_test()
1125 pthread_t uffd_mon; in uffd_move_test_common() local
[all …]