Searched refs:anons_grabbed (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_pageout.c1233 int anons_grabbed = 0; local
1764 anons_grabbed = ANONS_GRABBED_LIMIT;
2005 anons_grabbed = 0;
2011 if (grab_anonymous == FALSE || anons_grabbed >= ANONS_GRABBED_LIMIT || queue_empty(&vm_page_queue_anonymous)) {
2017 anons_grabbed = 0;
2026 anons_grabbed++;
2145 else if (anons_grabbed >= ANONS_GRABBED_LIMIT || queue_empty(&vm_page_queue_anonymous))

Completed in 103 milliseconds