Home
last modified time | relevance | path

Searched refs:debug_count_tokens (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/osfmk/vm/
H A Dvm_purgeable.c115 if (lightweight_check++ < (100 + queue->debug_count_tokens / 512)) { in vm_purgeable_token_check_queue()
142 assert(token_cnt == queue->debug_count_tokens); in vm_purgeable_token_check_queue()
299 queue->debug_count_tokens++; in vm_purgeable_token_add()
307 queue->debug_count_tokens); in vm_purgeable_token_add()
359 queue->debug_count_tokens--; in vm_purgeable_token_remove_first()
417 queue->debug_count_tokens--; in vm_purgeable_token_remove_last()
568 queue->debug_count_tokens--; in vm_purgeable_token_remove_ripe()
663 queue2->debug_count_tokens++; in vm_purgeable_token_choose_and_delete_ripe()
H A Dvm_purgeable_internal.h63 int debug_count_tokens; member
H A Dvm_resident.c2123 purgeable_queues[i].debug_count_tokens = 0; in vm_page_bootstrap()