diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2003-04-17 15:44:22 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2003-04-17 15:44:22 +0000 |
| commit | 9faaf3b3c855c34f40f934957a59d753d72eba57 (patch) | |
| tree | 466503b9e219419a64587d9a9055626213504286 /sys/vm/vm_glue.c | |
| parent | e24d5d036e774bf025edb339969f1f32e8ed4a51 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_glue.c')
| -rw-r--r-- | sys/vm/vm_glue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 293733f3b69d..b2dc1addf0c3 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -674,7 +674,7 @@ loop: */ static int swap_idle_threshold1 = 2; SYSCTL_INT(_vm, OID_AUTO, swap_idle_threshold1, CTLFLAG_RW, - &swap_idle_threshold1, 0, ""); + &swap_idle_threshold1, 0, "Guaranteed swapped in time for a process"); /* * Swap_idle_threshold2 is the time that a process can be idle before @@ -682,7 +682,7 @@ SYSCTL_INT(_vm, OID_AUTO, swap_idle_threshold1, CTLFLAG_RW, */ static int swap_idle_threshold2 = 10; SYSCTL_INT(_vm, OID_AUTO, swap_idle_threshold2, CTLFLAG_RW, - &swap_idle_threshold2, 0, ""); + &swap_idle_threshold2, 0, "Time before a process will be swapped out"); /* * Swapout is driven by the pageout daemon. Very simple, we find eligible |
