Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/timers/
Dthreadtest.c32 #define MAX_THREADS 128 macro
125 pthread_t pth[MAX_THREADS]; in main()
156 if (thread_count > MAX_THREADS) in main()
157 thread_count = MAX_THREADS; in main()
/Linux-v5.10/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c93 #define MAX_THREADS 64 macro
96 static unsigned int rim_thread_ids[MAX_THREADS];
97 static pthread_t rim_threads[MAX_THREADS];
254 static FILE *fp[MAX_THREADS];
651 if (nrthreads > MAX_THREADS) in main()
652 nrthreads = MAX_THREADS; in main()
/Linux-v5.10/samples/bpf/
Dxsk_fwd.c744 #ifndef MAX_THREADS
745 #define MAX_THREADS 64 macro
758 static pthread_t threads[MAX_THREADS];
759 static struct thread_data thread_data[MAX_THREADS];
810 if (n_threads == MAX_THREADS) { in parse_args()
812 MAX_THREADS); in parse_args()
/Linux-v5.10/kernel/
Dfork.c119 #define MAX_THREADS FUTEX_TID_MASK macro
760 threads = MAX_THREADS; in set_max_threads()
768 max_threads = clamp_t(u64, threads, MIN_THREADS, MAX_THREADS); in set_max_threads()
814 set_max_threads(MAX_THREADS); in fork_init()
3051 int max = MAX_THREADS; in sysctl_max_threads()
/Linux-v5.10/drivers/gpu/drm/panfrost/
Dpanfrost_drv.c60 PANFROST_FEATURE(MAX_THREADS, max_threads); in panfrost_ioctl_get_param()