Home
last modified time | relevance | path

Searched refs:uffd_poll_thread (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/tools/testing/selftests/mm/
Duffd-common.h126 void *uffd_poll_thread(void *arg);
Duffd-unit-tests.c591 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_minor_test_common()
797 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_sigbus_test_common()
850 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_events_test_common()
1042 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_poison_test()
1140 if (pthread_create(&uffd_mon, NULL, uffd_poll_thread, &args)) in uffd_move_test_common()
Duffd-stress.c193 if (pthread_create(&uffd_threads[cpu], &attr, uffd_poll_thread, &args[cpu])) in stress()
Duffd-common.c504 void *uffd_poll_thread(void *arg) in uffd_poll_thread() function