Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thr.c74 static int max_threads_hits; variable
75 SYSCTL_INT(_kern_threads, OID_AUTO, max_threads_hits, CTLFLAG_RD,
76 &max_threads_hits, 0, "kern.threads.max_threads_per_proc hit count");
618 ++max_threads_hits; in kern_thr_alloc()