pgl              3705 uvm/uvm_map.c  	struct pglist *pgl;
pgl              3758 uvm/uvm_map.c  		pgl = &uvm.page_free[fl].pgfl_queues[((pg)->pg_flags & PG_ZERO) ?
pgl              3761 uvm/uvm_map.c  		pgl = (pg->pg_flags & PQ_SWAPBACKED) ?
pgl              3764 uvm/uvm_map.c  		pgl = &uvm.page_active;
pgl              3766 uvm/uvm_map.c  		pgl = NULL;
pgl              3769 uvm/uvm_map.c  	if (pgl) {
pgl              3771 uvm/uvm_map.c  		TAILQ_FOREACH(tpg, pgl, pageq) {