nextpgp          1260 uvm/uvm_aobj.c uao_releasepg(pg, nextpgp)
nextpgp          1262 uvm/uvm_aobj.c 	struct vm_page **nextpgp;	/* OUT */
nextpgp          1274 uvm/uvm_aobj.c 	if (nextpgp)
nextpgp          1275 uvm/uvm_aobj.c 		*nextpgp = TAILQ_NEXT(pg, pageq); /* next page for daemon */
nextpgp          1277 uvm/uvm_aobj.c 	if (!nextpgp)
nextpgp           663 uvm/uvm_vnode.c uvn_releasepg(pg, nextpgp)
nextpgp           665 uvm/uvm_vnode.c 	struct vm_page **nextpgp;	/* OUT */
nextpgp           678 uvm/uvm_vnode.c 	if (nextpgp)
nextpgp           679 uvm/uvm_vnode.c 		*nextpgp = TAILQ_NEXT(pg, pageq); /* next page for daemon */
nextpgp           681 uvm/uvm_vnode.c 	if (!nextpgp)