Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/vm/
H A Dvm_pageout.c2490 boolean_t *is_page_from_bg_q, unsigned int *reactivated_this_call) argument
2663 if ((++(*reactivated_this_call) % 100)) {
3003 unsigned int reactivated_this_call; local
3052 reactivated_this_call = 0;
3264 …age(&m, &anons_grabbed, &grab_anonymous, force_anonymous, &page_from_bg_q, &reactivated_this_call);
3515 reactivated_this_call++;
3567 if (++reactivated_this_call >= reactivate_limit &&
3584 if (reactivated_this_call >= reactivate_limit) {