Lines Matching refs:cq_next
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()
3257 cbq_T *node = cb_head->cq_next; in channel_clear_one()