diff options
| author | David Xu <davidxu@FreeBSD.org> | 2006-12-19 13:06:01 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2006-12-19 13:06:01 +0000 |
| commit | d733ccfbc286e53e8b3fd5aed4cb179ec4bc17e6 (patch) | |
| tree | 1e67416189db4d84fe54780b9fa793baee5006ce /sys/kern/kern_thread.c | |
| parent | ce0d4ed4c263f7be78d299a4ba72ea42db50a5ac (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_thread.c')
| -rw-r--r-- | sys/kern/kern_thread.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/kern/kern_thread.c b/sys/kern/kern_thread.c index 1f9e80fb240c..b1be2c981187 100644 --- a/sys/kern/kern_thread.c +++ b/sys/kern/kern_thread.c @@ -55,20 +55,12 @@ __FBSDID("$FreeBSD$"); */ static uma_zone_t thread_zone; -/* DEBUG ONLY */ SYSCTL_NODE(_kern, OID_AUTO, threads, CTLFLAG_RW, 0, "thread allocation"); -static int thread_debug = 0; -SYSCTL_INT(_kern_threads, OID_AUTO, debug, CTLFLAG_RW, - &thread_debug, 0, "thread debug"); int max_threads_per_proc = 1500; SYSCTL_INT(_kern_threads, OID_AUTO, max_threads_per_proc, CTLFLAG_RW, &max_threads_per_proc, 0, "Limit on threads per proc"); -int max_groups_per_proc = 1500; -SYSCTL_INT(_kern_threads, OID_AUTO, max_groups_per_proc, CTLFLAG_RW, - &max_groups_per_proc, 0, "Limit on thread groups per proc"); - int max_threads_hits; SYSCTL_INT(_kern_threads, OID_AUTO, max_threads_hits, CTLFLAG_RD, &max_threads_hits, 0, ""); |
