Home
last modified time | relevance | path

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

/kernel/
Dfork.c280 u64 threads; in set_max_threads() local
287 threads = MAX_THREADS; in set_max_threads()
289 threads = div64_u64((u64) totalram_pages * (u64) PAGE_SIZE, in set_max_threads()
292 if (threads > max_threads_suggested) in set_max_threads()
293 threads = max_threads_suggested; in set_max_threads()
295 max_threads = clamp_t(u64, threads, MIN_THREADS, MAX_THREADS); in set_max_threads()
2175 int threads = max_threads; in sysctl_max_threads() local
2180 t.data = &threads; in sysctl_max_threads()
2188 max_threads = threads; in sysctl_max_threads()
/kernel/trace/
DKconfig609 to each of the threads, where the IPI handler will also write