Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Duffd-common.h126 void *uffd_poll_thread(void *arg);
H A Duffd-unit-tests.c594 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_minor_test_common()
595 err("uffd_poll_thread create"); in uffd_minor_test_common()
600 * fault. uffd_poll_thread will resolve the fault by bit-flipping the in uffd_minor_test_common()
800 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_sigbus_test_common()
801 err("uffd_poll_thread create"); in uffd_sigbus_test_common()
853 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_events_test_common()
854 err("uffd_poll_thread create"); in uffd_events_test_common()
1053 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_poison_test()
1054 err("uffd_poll_thread create"); in uffd_poison_test()
1151 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, in uffd_move_test_common()
[all...]
H A Duffd-stress.c193 if (pthread_create(&uffd_threads[cpu], &attr, uffd_poll_thread, &args[cpu])) in stress()
H A Duffd-common.c504 void *uffd_poll_thread(void *arg) in uffd_poll_thread() function