kernel - Implement vm.swap_info_array sysctl
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 18 Aug 2010 00:43:02 +0000 (17:43 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 18 Aug 2010 00:43:02 +0000 (17:43 -0700)
commit099f3e5ecdf0a80059f62c41b82e64a67a681de6
tree5cedb55f74c3a813a93aa617a4016a548956bb58
parent97a3ace7a60a869c957f6c0bb6d9f69bce477f80
kernel - Implement vm.swap_info_array sysctl

* Track swap usage on a per-device basis

* Implement the vm.swap_info_array sysctl to retrieve the array.
sys/sys/conf.h
sys/vm/swap_pager.c
sys/vm/swap_pager.h
sys/vm/vm_param.h
sys/vm/vm_swap.c