Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_pageout.c2691 boolean_t *is_page_from_bg_q, unsigned int *reactivated_this_call) argument
2864 if ((++(*reactivated_this_call) % 100)) {
3204 unsigned int reactivated_this_call; local
3253 reactivated_this_call = 0;
3464 …age(&m, &anons_grabbed, &grab_anonymous, force_anonymous, &page_from_bg_q, &reactivated_this_call);
3738 reactivated_this_call++;
3790 if (++reactivated_this_call >= reactivate_limit &&
3807 if (reactivated_this_call >= reactivate_limit) {