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.h128 void *uffd_poll_thread(void *arg);
H A Duffd-unit-tests.c564 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_minor_test_common()
565 err("uffd_poll_thread create"); in uffd_minor_test_common()
570 * fault. uffd_poll_thread will resolve the fault by bit-flipping the in uffd_minor_test_common()
746 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &uargs)) in faulting_process()
747 err("uffd_poll_thread create"); in faulting_process()
1060 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &uargs)) in uffd_poison_test()
1061 err("uffd_poll_thread create"); in uffd_poison_test()
1374 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &uargs)) in uffd_mmap_changing_test()
1375 err("uffd_poll_thread create"); in uffd_mmap_changing_test()
1582 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread,
[all...]
H A Duffd-stress.c209 uffd_poll_thread, in stress()
211 err("uffd_poll_thread create"); in stress()
H A Duffd-common.c531 void *uffd_poll_thread(void *arg) in uffd_poll_thread() function