Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/vm/
H A Dvm_mteinfo.c3314 uint32_t ts_active; in mteinfo_tag_storage_fragmentation() local
3318 ts_active = mte_info_lists[MTE_LIST_ACTIVE_IDX].count; in mteinfo_tag_storage_fragmentation()
3320 ts_active += mte_info_lists[MTE_LIST_ACTIVE_0_IDX].count; in mteinfo_tag_storage_fragmentation()
3322 if (ts_active) { in mteinfo_tag_storage_fragmentation()
3324 value /= (ts_active * MTE_PAGES_PER_TAG_PAGE); in mteinfo_tag_storage_fragmentation()