Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_pageout.c2516 boolean_t *is_page_from_bg_q, unsigned int *reactivated_this_call) argument
2689 if ((++(*reactivated_this_call) % 100)) {
3029 unsigned int reactivated_this_call; local
3078 reactivated_this_call = 0;
3289 …age(&m, &anons_grabbed, &grab_anonymous, force_anonymous, &page_from_bg_q, &reactivated_this_call);
3555 reactivated_this_call++;
3607 if (++reactivated_this_call >= reactivate_limit &&
3624 if (reactivated_this_call >= reactivate_limit) {