Searched refs:queue_head (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/mfd/ |
D | pcf50633-adc.c | 48 int queue_head; member 76 head = adc->queue_head; in trigger_next_adc_job_if_any() 92 head = adc->queue_head; in adc_enqueue_request() 180 head = adc->queue_head; in pcf50633_adc_irq() 189 adc->queue_head = (head + 1) & in pcf50633_adc_irq() 228 head = adc->queue_head; in pcf50633_adc_remove()
|
/Linux-v4.19/block/ |
D | blk-flush.c | 142 list_add(&rq->queuelist, &rq->q->queue_head); in blk_flush_queue_rq() 144 list_add_tail(&rq->queuelist, &rq->q->queue_head); in blk_flush_queue_rq() 490 list_add_tail(&rq->queuelist, &q->queue_head); in blk_insert_flush()
|
D | elevator.c | 376 list_for_each_prev(entry, &q->queue_head) { in elv_dispatch_sort() 416 list_add_tail(&rq->queuelist, &q->queue_head); in elv_dispatch_add_tail() 642 list_add(&rq->queuelist, &q->queue_head); in __elv_add_request() 648 list_add_tail(&rq->queuelist, &q->queue_head); in __elv_add_request()
|
D | blk-core.c | 580 if (!list_empty(&q->queue_head) && q->request_fn) in __blk_drain_queue() 593 drain |= !list_empty(&q->queue_head); in __blk_drain_queue() 1008 INIT_LIST_HEAD(&q->queue_head); in blk_alloc_queue_node() 2821 list_for_each_entry(rq, &q->queue_head, queuelist) { in elv_next_request()
|
/Linux-v4.19/drivers/misc/ |
D | ibmvmc.c | 504 hmc->queue_head = 0; in ibmvmc_return_hmc() 947 if (hmc->queue_tail != hmc->queue_head) in ibmvmc_read() 1018 if (hmc->queue_head != hmc->queue_tail) in ibmvmc_poll() 1662 (unsigned int)hmc->queue_head, (unsigned int)hmc_index); in ibmvmc_recv_msg() 1675 hmc->queue_outbound_msgs[hmc->queue_head] = buffer_id; in ibmvmc_recv_msg() 1676 hmc->queue_head++; in ibmvmc_recv_msg() 1677 if (hmc->queue_head == ibmvmc_max_buf_pool_size) in ibmvmc_recv_msg() 1678 hmc->queue_head = 0; in ibmvmc_recv_msg() 1680 if (hmc->queue_head == hmc->queue_tail) in ibmvmc_recv_msg()
|
D | ibmvmc.h | 193 int queue_head, queue_tail; member
|
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe_queue.h | 174 static inline void *queue_head(struct rxe_queue *q) in queue_head() function
|
D | rxe_resp.c | 332 wqe = queue_head(q); in get_srq_wqe() 372 qp->resp.wqe = queue_head(qp->rq.queue); in check_resource() 399 qp->resp.wqe = queue_head(qp->rq.queue); in check_resource() 1204 while (!qp->srq && qp->rq.queue && queue_head(qp->rq.queue)) in rxe_drain_req_pkts()
|
D | rxe_comp.c | 171 wqe = queue_head(qp->sq.queue); in get_wqe() 529 while ((wqe = queue_head(qp->sq.queue))) { in rxe_drain_resp_pkts()
|
D | rxe_req.c | 76 wqe = queue_head(qp->sq.queue); in req_retry() 131 struct rxe_send_wqe *wqe = queue_head(qp->sq.queue); in req_next_wqe()
|
D | rxe_verbs.c | 923 cqe = queue_head(cq->queue); in rxe_poll_cq()
|
/Linux-v4.19/drivers/s390/block/ |
D | dasd_ioctl.c | 471 list_for_each(l, &block->request_queue->queue_head) in dasd_ioctl_information()
|
/Linux-v4.19/include/linux/ |
D | blkdev.h | 437 struct list_head queue_head; member
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_def.h | 1229 uint16_t queue_head; member
|