Home
last modified time | relevance | path

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

/xnu-12377.61.12/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()
260 int64_t pages = purgeable_queues[i].new_pages += token_new_pagecount; in vm_purgeable_token_add()
266 token_new_pagecount = 0; in vm_purgeable_token_add()
365 token_new_pagecount, /* num pages waiting for next token */ in vm_purgeable_token_remove_first()
423 token_new_pagecount, /* num pages waiting for next token */ in vm_purgeable_token_remove_last()
472 …if (token_new_pagecount > (TOKEN_NEW_PAGECOUNT_MAX >> 1)) { /* a system idling years might ge… in vm_purgeable_q_advance_all()
474 int64_t pages = purgeable_queues[i].new_pages += token_new_pagecount; in vm_purgeable_q_advance_all()
480 token_new_pagecount = 0; in vm_purgeable_q_advance_all()
530 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.c1297 token_new_pagecount += local_queue_count; in upl_commit_range()
H A Dvm_resident.c10885 token_new_pagecount++; in vm_page_enqueue_inactive()