Searched refs:qhp (Results 1 – 1 of 1) sorted by relevance
2981 mte_cell_queue_t qhp, in cell_list_init() argument2987 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()