Home
last modified time | relevance | path

Searched refs:new_list_front (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dballoon.c383 page_t *new_list_front, *new_list_back; in balloon_inc_reservation() local
389 new_list_front = new_list_back = NULL; in balloon_inc_reservation()
428 new_list_front = new_list_back = pp; in balloon_inc_reservation()
437 for (i = 0, pp = new_list_front; i < meta_pg_start; in balloon_inc_reservation()
453 while (new_list_front != NULL) { in balloon_inc_reservation()
454 pp = new_list_front; in balloon_inc_reservation()
455 new_list_front = pp->p_next; in balloon_inc_reservation()