Searched refs:token_new_pagecount (Results 1 – 4 of 4) sorted by relevance
73 int32_t token_new_pagecount = 0; /* count of pages that will variable145 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()
72 extern int32_t token_new_pagecount;
9027 token_new_pagecount++; in vm_page_enqueue_inactive()
8227 token_new_pagecount += local_queue_count; in upl_commit_range()