Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/vm/
H A Dvm_fourk_pager.c159 int fourk_pager_count = 0; /* number of pagers */ variable
335 fourk_pager_count--; in fourk_pager_dequeue()
394 count_unmapped = (fourk_pager_count - in fourk_pager_deallocate_internal()
533 count_unmapped = (fourk_pager_count - in fourk_pager_last_unmap()
603 count_unmapped = (fourk_pager_count - in fourk_pager_trim()
704 fourk_pager_count++; in fourk_pager_create()
705 if (fourk_pager_count > fourk_pager_count_max) { in fourk_pager_create()
706 fourk_pager_count_max = fourk_pager_count; in fourk_pager_create()