Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/kernel/
Dfork.c115 #define MAX_THREADS FUTEX_TID_MASK macro
707 threads = MAX_THREADS; in set_max_threads()
715 max_threads = clamp_t(u64, threads, MIN_THREADS, MAX_THREADS); in set_max_threads()
759 set_max_threads(MAX_THREADS); in fork_init()
2591 int max = MAX_THREADS; in sysctl_max_threads()