Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_mteinfo.c2981 mte_cell_queue_t qhp, in cell_list_init() argument
2987 mte_info_lists[lidx].buckets = qhp; in cell_list_init()
2989 for (mte_cell_bucket_t i = 0; i < buckets; i++, qhp++) { in cell_list_init()
2990 qhp->head = (cell_t){ in cell_list_init()
2991 .prev = cell_idx(qhp), in cell_list_init()
2992 .next = cell_idx(qhp), in cell_list_init()
2998 return qhp; in cell_list_init()