Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Duffd-stress.c198 pthread_t uffd_threads[gopts->nr_parallel]; in stress() local
207 if (pthread_create(&uffd_threads[cpu], in stress()
213 if (pthread_create(&uffd_threads[cpu], &attr, in stress()
248 if (pthread_join(uffd_threads[cpu], in stress()
252 if (pthread_cancel(uffd_threads[cpu])) in stress()
254 if (pthread_join(uffd_threads[cpu], NULL)) in stress()