K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-01-21T10:15:24.000000Z K 7 svn:log V 481 Move many of the vm_pager_*() functions from vm_pager.c to inlines in vm_pager.h Added argument to getpbuf() and relpbuf() to allow each subsystem to specify a different hard limit on the number of simultanious physical bufferes that said subsystem may allocate. Without this feature, one subsystem ( e.g. the vfs clustering code ) could hog *ALL* the pbufs, causing a deadlock in the pager in a low memory situation. Same for trypbuf(). END