Searched refs:rim_threads (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
H A D | tlbie_test.c | 72 * as rim_threads. 80 * other rim_threads, and the mem_snapshot thread. 85 * This defines the maximum number of rim_threads in this test. 97 static pthread_t rim_threads[MAX_THREADS]; variable 154 * the sweep_ids of rim_threads. 457 * rim_threads executing the rim-sequence one word at a time. 711 pthread_create(&rim_threads[i], &attr, rim_fn, &rim_thread_ids[i]); in main() 712 set_pthread_cpu(rim_threads[i], start_cpu + i); in main() 721 pthread_join(rim_threads[i], NULL); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | tlbie_test.c | 71 * 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]); in main() 711 set_pthread_cpu(rim_threads[i], start_cpu + i); in main() 720 pthread_join(rim_threads[i], NULL); in main()
|
Completed in 8 milliseconds