Increase the pageout cluster size to 32 pages.
Decouple the pageout cluster size from the size of the hash table entry used by the swap pager to map (object,pindex) to a block on the swap device(s), and keep the size of a hash table entry at its current size.
Eliminate a pointless macro.