Searched refs:uffd_poll_thread (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/tools/testing/selftests/mm/ |
D | uffd-common.h | 114 void *uffd_poll_thread(void *arg);
|
D | uffd-unit-tests.c | 581 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_minor_test_common() 785 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_sigbus_test_common() 833 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_events_test_common() 1022 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_poison_test()
|
D | uffd-stress.c | 192 if (pthread_create(&uffd_threads[cpu], &attr, uffd_poll_thread, &args[cpu])) in stress()
|
D | uffd-common.c | 492 void *uffd_poll_thread(void *arg) in uffd_poll_thread() function
|