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