Searched refs:uffd_poll_thread (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | uffd-common.h | 128 void *uffd_poll_thread(void *arg);
|
| H A D | uffd-unit-tests.c | 564 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 D | uffd-stress.c | 209 uffd_poll_thread, in stress() 211 err("uffd_poll_thread create"); in stress()
|
| H A D | uffd-common.c | 531 void *uffd_poll_thread(void *arg) in uffd_poll_thread() function
|