HomeSort by: relevance | last modified time | path
    Searched defs:pgnext (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/xen/x86/
xen_bus_dma.c 83 struct vm_page *pg, *pgnext; local in function:_xen_alloc_contig
145 for (pg = mlistp->tqh_first, i = 0; pg != NULL; pg = pgnext, i++) {
146 pgnext = pg->pageq.queue.tqe_next;
155 for (pg = mlistp->tqh_first, i = 0; pg != NULL; pg = pgnext, i++) {
156 pgnext = pg->pageq.queue.tqe_next;
174 for (; pg != NULL; pg = pgnext) {
175 pgnext = pg->pageq.queue.tqe_next;
181 for (pg = mlistp->tqh_first; pg != NULL; pg = pgnext) {
182 pgnext = pg->pageq.queue.tqe_next;

Completed in 11 milliseconds