Searched refs:uffd_threads (Results 1 – 1 of 1) sorted by relevance
183 pthread_t uffd_threads[nr_cpus]; in stress() local192 if (pthread_create(&uffd_threads[cpu], &attr, uffd_poll_thread, &args[cpu])) in stress()195 if (pthread_create(&uffd_threads[cpu], &attr, in stress()230 if (pthread_join(uffd_threads[cpu], in stress()234 if (pthread_cancel(uffd_threads[cpu])) in stress()236 if (pthread_join(uffd_threads[cpu], NULL)) in stress()