Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Duffd-unit-tests.c557 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
785 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_sigbus_test_common()
800 if (pthread_join(uffd_mon, (void **)&userfaults)) in uffd_sigbus_test_common()
821 pthread_t uffd_mon; in uffd_events_test_common() local
833 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_events_test_common()
848 if (pthread_join(uffd_mon, NULL)) in uffd_events_test_common()
1009 pthread_t uffd_mon; in uffd_poison_test() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Duserfaultfd.c1082 pthread_t uffd_mon; in userfaultfd_events_test() local
1116 if (pthread_create(&uffd_mon, &attr, uffd_poll_thread, &stats)) { in userfaultfd_events_test()
1140 if (pthread_join(uffd_mon, NULL)) in userfaultfd_events_test()
1155 pthread_t uffd_mon; in userfaultfd_sig_test() local
1196 if (pthread_create(&uffd_mon, &attr, uffd_poll_thread, &stats)) { in userfaultfd_sig_test()
1220 if (pthread_join(uffd_mon, (void **)&userfaults)) in userfaultfd_sig_test()

Completed in 4 milliseconds