Searched refs:rim_threads (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c71 * as rim_threads.
79 * other rim_threads, and the mem_snapshot thread.
84 * This defines the maximum number of rim_threads in this test.
96 static pthread_t rim_threads[MAX_THREADS]; variable
153 * the sweep_ids of rim_threads.
456 * rim_threads executing the rim-sequence one word at a time.
710 pthread_create(&rim_threads[i], &attr, rim_fn, &rim_thread_ids[i]);
711 set_pthread_cpu(rim_threads[i], start_cpu + i);
720 pthread_join(rim_threads[i], NULL);

Completed in 102 milliseconds