Searched refs:uffd_poll_thread (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | uffd-common.h | 114 void *uffd_poll_thread(void *arg);
|
H A D | uffd-unit-tests.c | 581 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_minor_test_common() 582 err("uffd_poll_thread create"); in uffd_minor_test_common() 587 * fault. uffd_poll_thread will resolve the fault by bit-flipping the in uffd_minor_test_common() 785 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_sigbus_test_common() 786 err("uffd_poll_thread create"); in uffd_sigbus_test_common() 833 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_events_test_common() 834 err("uffd_poll_thread create"); in uffd_events_test_common() 1022 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_poison_test() 1023 err("uffd_poll_thread create"); in uffd_poison_test()
|
H A D | uffd-stress.c | 192 if (pthread_create(&uffd_threads[cpu], &attr, uffd_poll_thread, &args[cpu])) in stress() 193 err("uffd_poll_thread create"); in stress()
|
H A D | uffd-common.c | 492 void *uffd_poll_thread(void *arg) in uffd_poll_thread() function
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | userfaultfd.c | 590 static void *uffd_poll_thread(void *arg) in uffd_poll_thread() function 725 uffd_poll_thread, in stress() 1116 if (pthread_create(&uffd_mon, &attr, uffd_poll_thread, &stats)) { in userfaultfd_events_test() 1117 perror("uffd_poll_thread create"); in userfaultfd_events_test() 1196 if (pthread_create(&uffd_mon, &attr, uffd_poll_thread, &stats)) { in userfaultfd_sig_test() 1197 perror("uffd_poll_thread create"); in userfaultfd_sig_test()
|
Completed in 6 milliseconds