Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/vm/
H A Dvm_mteinfo.c2951 mte_cell_queue_t qhp, in cell_list_init() argument
2957 mte_info_lists[lidx].buckets = qhp; in cell_list_init()
2959 for (mte_cell_bucket_t i = 0; i < buckets; i++, qhp++) { in cell_list_init()
2960 qhp->head = (cell_t){ in cell_list_init()
2961 .prev = cell_idx(qhp), in cell_list_init()
2962 .next = cell_idx(qhp), in cell_list_init()
2968 return qhp; in cell_list_init()