Searched refs:cq_next (Results 1 – 3 of 3) sorted by relevance
1514 item->cq_next = NULL; in channel_set_req_callback()1516 head->cq_next = item; in channel_set_req_callback()1518 item->cq_prev->cq_next = item; in channel_set_req_callback()2274 head->cq_next = node->cq_next; in remove_cb_node()2276 node->cq_prev->cq_next = node->cq_next; in remove_cb_node()2277 if (node->cq_next == NULL) in remove_cb_node()2280 node->cq_next->cq_prev = node->cq_prev; in remove_cb_node()2772 for (cbitem = cbhead->cq_next; cbitem != NULL; cbitem = cbitem->cq_next) in may_invoke_callback()2915 for (cbitem = cbhead->cq_next; cbitem != NULL; cbitem = cbitem->cq_next) in may_invoke_callback()3255 while (cb_head->cq_next != NULL) in channel_clear_one()[all …]
2170 cbq_T *cq_next; member
4886 for (cq = ch->ch_part[part].ch_cb_head.cq_next; cq != NULL; in set_ref_in_item()4887 cq = cq->cq_next) in set_ref_in_item()