Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/vm/
H A Dvm_mteinfo.c1824 mte_cell_list_t active_0 = &mte_info_lists[MTE_LIST_ACTIVE_0_IDX]; in mteinfo_tag_storage_should_drain() local
1835 if (active_0->count <= vm_page_tag_storage_reserved) { in mteinfo_tag_storage_should_drain()
1839 return cell_queue_count(&active_0->buckets[0]) >= threshold; in mteinfo_tag_storage_should_drain()
1959 mte_cell_list_t active_0 = &mte_info_lists[MTE_LIST_ACTIVE_0_IDX]; in mteinfo_tag_storage_drain() local
1960 mte_cell_queue_t bucket_0 = &active_0->buckets[0]; in mteinfo_tag_storage_drain()
/xnu-12377.61.12/bsd/vm/
H A Dvm_unix.c3448 SYSCTL_UINT(_vm_mte_cell, OID_AUTO, active_0, CTLFLAG_RD,