These functions were introduced as part of a false start toward fine-grained reservation locking. In the end, they were not needed, so eliminate them.
Update the comments about the locking requirements for vm_reserv_alloc_{contig,page}(). Neither requires the free page queues lock.
Order the parameters to vm_reserv_alloc_{contig,page}() consistently with the vm_page functions that call them.
Wrap several lines that are too long.