Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/vm/
H A Dvm_purgeable.c74 int32_t token_new_pagecount = 0; /* count of pages that will variable
146 our_inactive_count = page_cnt + queue->new_pages + token_new_pagecount; in vm_purgeable_token_check_queue()
253 int64_t pages = purgeable_queues[i].new_pages += token_new_pagecount; in vm_purgeable_token_add()
259 token_new_pagecount = 0; in vm_purgeable_token_add()
358 token_new_pagecount, /* num pages waiting for next token */ in vm_purgeable_token_remove_first()
416 token_new_pagecount, /* num pages waiting for next token */ in vm_purgeable_token_remove_last()
465 …if (token_new_pagecount > (TOKEN_NEW_PAGECOUNT_MAX >> 1)) { /* a system idling years might ge… in vm_purgeable_q_advance_all()
467 int64_t pages = purgeable_queues[i].new_pages += token_new_pagecount; in vm_purgeable_q_advance_all()
473 token_new_pagecount = 0; in vm_purgeable_q_advance_all()
523 assert((int32_t) token_new_pagecount + queue->new_pages >= 0); in vm_purgeable_q_advance_all()
H A Dvm_purgeable_internal.h73 extern int32_t token_new_pagecount;
H A Dvm_upl.c1252 token_new_pagecount += local_queue_count; in upl_commit_range()
H A Dvm_resident.c9988 token_new_pagecount++; in vm_page_enqueue_inactive()