phnext 1246 kern/subr_pool.c struct pool_item_header *ph, *phnext; phnext 1263 kern/subr_pool.c for (ph = LIST_FIRST(&pp->pr_emptypages); ph != NULL; ph = phnext) { phnext 1264 kern/subr_pool.c phnext = LIST_NEXT(ph, ph_pagelist);