Searched refs:ring_head (Results 1 – 6 of 6) sorted by relevance
| /drivers/usb/misc/ |
| A D | ldusb.c | 160 unsigned int ring_head; member 243 next_ring_head = (dev->ring_head+1) % ring_buffer_size; in ld_usb_interrupt_in_callback() 245 …actual_buffer = (size_t *)(dev->ring_buffer + dev->ring_head * (sizeof(size_t)+dev->interrupt_in_e… in ld_usb_interrupt_in_callback() 249 dev->ring_head = next_ring_head; in ld_usb_interrupt_in_callback() 334 dev->ring_head = 0; in ld_usb_open() 425 if (dev->ring_head != dev->ring_tail) in ld_usb_poll() 466 while (dev->ring_head == dev->ring_tail) { in ld_usb_read()
|
| /drivers/edac/ |
| A D | thunderx_edac.c | 204 unsigned long ring_head; member 544 unsigned long head = ring_pos(lmc->ring_head, ARRAY_SIZE(lmc->err_ctx)); in thunderx_lmc_err_isr() 557 lmc->ring_head++; in thunderx_lmc_err_isr() 587 while (CIRC_CNT(lmc->ring_head, lmc->ring_tail, in thunderx_lmc_threaded_isr() 719 lmc->ring_head = 0; in thunderx_lmc_probe() 1749 unsigned long ring_head; member 1780 tad->ring_head++; in thunderx_l2c_tad_isr() 1809 cbc->ring_head++; in thunderx_l2c_cbc_isr() 1830 mci->ring_head++; in thunderx_l2c_mci_isr() 1883 while (CIRC_CNT(l2c->ring_head, l2c->ring_tail, in thunderx_l2c_threaded_isr() [all …]
|
| /drivers/net/wireless/ath/carl9170/ |
| A D | debug.c | 596 while (ar->debug.ring_head != ar->debug.ring_tail) { in carl9170_debugfs_hw_ioread32_read() 598 ar->debug.ring[ar->debug.ring_head].reg, in carl9170_debugfs_hw_ioread32_read() 599 ar->debug.ring[ar->debug.ring_head].value); in carl9170_debugfs_hw_ioread32_read() 601 ar->debug.ring_head++; in carl9170_debugfs_hw_ioread32_read() 602 ar->debug.ring_head %= CARL9170_DEBUG_RING_SIZE; in carl9170_debugfs_hw_ioread32_read() 607 ar->debug.ring_head = ar->debug.ring_tail; in carl9170_debugfs_hw_ioread32_read()
|
| A D | debug.h | 126 unsigned int ring_head, ring_tail; member
|
| /drivers/gpu/drm/i915/gvt/ |
| A D | cmd_parser.c | 492 unsigned long ring_head; member 742 s->ring_head, s->ring_tail); in parser_exec_state_dump() 779 if (WARN_ON(s->ring_head == s->ring_tail)) in update_ip_va() 786 if (s->ring_head > s->ring_tail) { in update_ip_va() 788 len = (s->ip_gma - s->ring_head); in update_ip_va() 791 len = (ring_top - s->ring_head) + in update_ip_va() 794 len = (s->ip_gma - s->ring_head); in update_ip_va() 2860 s.ring_head = gma_head; in scan_workload() 2907 s.ring_head = gma_head; in scan_wa_ctx() 3139 s.ring_head = 0; in intel_gvt_update_reg_whitelist() [all …]
|
| /drivers/vhost/ |
| A D | vhost.c | 2812 __virtio16 ring_head; in vhost_get_vq_desc() local 2829 if (unlikely(vhost_get_avail_head(vq, &ring_head, in vhost_get_vq_desc() 2836 head = vhost16_to_cpu(vq, ring_head); in vhost_get_vq_desc()
|
Completed in 27 milliseconds