MAX_THREADS 61 drivers/gpu/drm/panfrost/panfrost_drv.c PANFROST_FEATURE(MAX_THREADS, max_threads); MAX_THREADS 767 kernel/fork.c threads = MAX_THREADS; MAX_THREADS 775 kernel/fork.c max_threads = clamp_t(u64, threads, MIN_THREADS, MAX_THREADS); MAX_THREADS 821 kernel/fork.c set_max_threads(MAX_THREADS); MAX_THREADS 2961 kernel/fork.c int max = MAX_THREADS; MAX_THREADS 96 tools/testing/selftests/powerpc/mm/tlbie_test.c static unsigned int rim_thread_ids[MAX_THREADS]; MAX_THREADS 97 tools/testing/selftests/powerpc/mm/tlbie_test.c static pthread_t rim_threads[MAX_THREADS]; MAX_THREADS 254 tools/testing/selftests/powerpc/mm/tlbie_test.c static FILE *fp[MAX_THREADS]; MAX_THREADS 651 tools/testing/selftests/powerpc/mm/tlbie_test.c if (nrthreads > MAX_THREADS) MAX_THREADS 652 tools/testing/selftests/powerpc/mm/tlbie_test.c nrthreads = MAX_THREADS; MAX_THREADS 125 tools/testing/selftests/timers/threadtest.c pthread_t pth[MAX_THREADS]; MAX_THREADS 156 tools/testing/selftests/timers/threadtest.c if (thread_count > MAX_THREADS) MAX_THREADS 157 tools/testing/selftests/timers/threadtest.c thread_count = MAX_THREADS;