Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/vm/
H A Dvm_purgeable.c73 int32_t token_new_pagecount = 0; /* count of pages that will variable
145 our_inactive_count = page_cnt + queue->new_pages + token_new_pagecount; in vm_purgeable_token_check_queue()
252 int64_t pages = purgeable_queues[i].new_pages += token_new_pagecount; in vm_purgeable_token_add()
258 token_new_pagecount = 0; in vm_purgeable_token_add()
361 token_new_pagecount, /* num pages waiting for in vm_purgeable_token_remove_first()
422 token_new_pagecount, /* num pages waiting for in vm_purgeable_token_remove_last()
473 …if (token_new_pagecount > (TOKEN_NEW_PAGECOUNT_MAX >> 1)) { /* a system idling years might ge… in vm_purgeable_q_advance_all()
475 int64_t pages = purgeable_queues[i].new_pages += token_new_pagecount; in vm_purgeable_q_advance_all()
481 token_new_pagecount = 0; in vm_purgeable_q_advance_all()
533 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.c9027 token_new_pagecount++; in vm_page_enqueue_inactive()
H A Dvm_pageout.c8227 token_new_pagecount += local_queue_count; in upl_commit_range()