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

  /src/sys/rump/librump/rumpkern/
vm.c 1176 struct pool *pp, *pp_first; local in function:uvm_pageout
1253 for (pp_first = NULL;;) {
1257 if (succ || pp == pp_first)
1260 if (pp_first == NULL)
1261 pp_first = pp;
vm.c 1176 struct pool *pp, *pp_first; local in function:uvm_pageout
1253 for (pp_first = NULL;;) {
1257 if (succ || pp == pp_first)
1260 if (pp_first == NULL)
1261 pp_first = pp;
vm.c 1176 struct pool *pp, *pp_first; local in function:uvm_pageout
1253 for (pp_first = NULL;;) {
1257 if (succ || pp == pp_first)
1260 if (pp_first == NULL)
1261 pp_first = pp;

Completed in 35 milliseconds