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 | 570 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_minor_test_common() 780 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_sigbus_test_common() 834 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_events_test_common() 1041 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_poison_test() 1147 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_move_test_common()
|
| H A D | uffd-stress.c | 209 uffd_poll_thread, in stress()
|
| H A D | uffd-common.c | 529 void *uffd_poll_thread(void *arg) in uffd_poll_thread() function
|