Searched refs:threads (Results 1 – 2 of 2) sorted by relevance
407 u64 threads; in set_max_threads() local414 threads = MAX_THREADS; in set_max_threads()416 threads = div64_u64((u64) totalram_pages * (u64) PAGE_SIZE, in set_max_threads()419 if (threads > max_threads_suggested) in set_max_threads()420 threads = max_threads_suggested; in set_max_threads()422 max_threads = clamp_t(u64, threads, MIN_THREADS, MAX_THREADS); in set_max_threads()2337 int threads = max_threads; in sysctl_max_threads() local2342 t.data = &threads; in sysctl_max_threads()2350 set_max_threads(threads); in sysctl_max_threads()
237 This tracer, when enabled will create one or more kernel threads,666 to each of the threads, where the IPI handler will also write