Searched refs:q_next (Results 1 – 3 of 3) sorted by relevance
163 struct task_ctx __arena *q_next; /* queue link, NULL if tail */ member272 taskc->q_next = NULL; in qmap_fifo_enqueue()275 fifo->tail->q_next = taskc; in qmap_fifo_enqueue()292 fifo->head = taskc->q_next; in qmap_fifo_pop()293 if (taskc->q_next) in qmap_fifo_pop()294 taskc->q_next->q_prev = NULL; in qmap_fifo_pop()297 taskc->q_next = NULL; in qmap_fifo_pop()324 if (taskc->q_next) in qmap_fifo_remove()325 taskc->q_next->q_prev = taskc->q_prev; in qmap_fifo_remove()329 taskc->q_prev->q_next = taskc->q_next; in qmap_fifo_remove()[all …]
2746 item->q_next = queue->head; in ips_putq_scb_head()2779 queue->head = item->q_next; in ips_removeq_scb_head()2780 item->q_next = NULL; in ips_removeq_scb_head()2817 while ((p) && (item != p->q_next)) in ips_removeq_scb()2818 p = p->q_next; in ips_removeq_scb()2822 p->q_next = item->q_next; in ips_removeq_scb()2824 if (!item->q_next) in ips_removeq_scb()2827 item->q_next = NULL; in ips_removeq_scb()4331 scb_p->q_next = ha->scb_freelist; in ips_allocatescbs()4406 ha->scb_freelist = scb->q_next; in ips_getscb()[all …]
407 struct hw_q *q_next; in efct_hw_del_cq() local412 list_for_each_entry_safe(q, q_next, &cq->q_list, list_entry) { in efct_hw_del_cq()