Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_fourk_pager.c168 int fourk_pager_count = 0; /* number of pagers */ variable
354 fourk_pager_count--; in fourk_pager_dequeue()
413 count_unmapped = (fourk_pager_count - in fourk_pager_deallocate_internal()
566 count_unmapped = (fourk_pager_count - in fourk_pager_last_unmap()
636 count_unmapped = (fourk_pager_count - in fourk_pager_trim()
737 fourk_pager_count++; in fourk_pager_create()
738 if (fourk_pager_count > fourk_pager_count_max) { in fourk_pager_create()
739 fourk_pager_count_max = fourk_pager_count; in fourk_pager_create()