Searched refs:queue_head (Results 1 – 5 of 5) sorted by relevance
/drivers/mfd/ |
D | pcf50633-adc.c | 49 int queue_head; member 77 head = adc->queue_head; in trigger_next_adc_job_if_any() 93 head = adc->queue_head; in adc_enqueue_request() 181 head = adc->queue_head; in pcf50633_adc_irq() 190 adc->queue_head = (head + 1) & in pcf50633_adc_irq() 229 head = adc->queue_head; in pcf50633_adc_remove()
|
/drivers/block/ |
D | nbd.c | 311 list_for_each_entry_safe(req, tmp, &nbd->queue_head, queuelist) { in nbd_find_request() 456 while (!list_empty(&nbd->queue_head)) { in nbd_clear_que() 457 req = list_entry(nbd->queue_head.next, struct request, in nbd_clear_que() 516 list_add_tail(&req->queuelist, &nbd->queue_head); in nbd_handle_req() 637 BUG_ON(!list_empty(&nbd->queue_head)); in __nbd_ioctl() 753 BUG_ON(!nbd->sock && !list_empty(&nbd->queue_head)); in __nbd_ioctl() 759 nbd->queue_head.next, nbd->queue_head.prev, in __nbd_ioctl() 760 &nbd->queue_head); in __nbd_ioctl() 879 INIT_LIST_HEAD(&nbd_dev[i].queue_head); in nbd_init()
|
/drivers/s390/block/ |
D | dasd_ioctl.c | 361 list_for_each(l, &block->request_queue->queue_head) in dasd_ioctl_information()
|
/drivers/scsi/ |
D | hpsa.c | 2515 struct scsi_cmnd *find, struct list_head *queue_head) in hpsa_find_cmd_in_queue() argument 2523 list_for_each_entry(c, queue_head, list) { in hpsa_find_cmd_in_queue() 2536 u8 *tag, struct list_head *queue_head) in hpsa_find_cmd_in_queue_by_tag() argument 2542 list_for_each_entry(c, queue_head, list) { in hpsa_find_cmd_in_queue_by_tag()
|
/drivers/scsi/qla2xxx/ |
D | qla_def.h | 1043 uint16_t queue_head; member
|