Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dkern_thr.c70 static int max_threads_per_proc = 1500; variable
71 SYSCTL_INT(_kern_threads, OID_AUTO, max_threads_per_proc, CTLFLAG_RW,
72 &max_threads_per_proc, 0, "Limit on threads per proc");
618 if (p->p_numthreads >= max_threads_per_proc) { in kern_thr_alloc()
/freebsd-12.1/tools/tools/sysdoc/
H A Dtunables.mdoc1184 kern.threads.max_threads_per_proc