Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_purgeable.c71 int32_t token_new_pagecount = 0; /* count of pages that will variable
143 our_inactive_count = page_cnt + queue->new_pages + token_new_pagecount; in vm_purgeable_token_check_queue()
255 int64_t pages = purgeable_queues[i].new_pages += token_new_pagecount; in vm_purgeable_token_add()
261 token_new_pagecount = 0; in vm_purgeable_token_add()
364 token_new_pagecount, /* num pages waiting for in vm_purgeable_token_remove_first()
425 token_new_pagecount, /* num pages waiting for in vm_purgeable_token_remove_last()
476 …if (token_new_pagecount > (TOKEN_NEW_PAGECOUNT_MAX >> 1)) { /* a system idling years might ge… in vm_purgeable_q_advance_all()
478 int64_t pages = purgeable_queues[i].new_pages += token_new_pagecount; in vm_purgeable_q_advance_all()
484 token_new_pagecount = 0; in vm_purgeable_q_advance_all()
536 assert((int32_t) token_new_pagecount + queue->new_pages >= 0); in vm_purgeable_q_advance_all()
H A Dvm_purgeable_internal.h72 extern int32_t token_new_pagecount;
H A Dvm_resident.c8804 token_new_pagecount++; in vm_page_enqueue_inactive()
H A Dvm_pageout.c8018 token_new_pagecount += local_queue_count; in upl_commit_range()