Searched refs:ih_fifo (Results 1 – 2 of 2) sorted by relevance
57 r = kfifo_alloc(&node->ih_fifo, in kfd_interrupt_init()67 kfifo_free(&node->ih_fifo); in kfd_interrupt_init()107 kfifo_free(&node->ih_fifo); in kfd_interrupt_exit()117 count = kfifo_in(&node->ih_fifo, ih_ring_entry, in enqueue_ih_ring_entry()136 count = kfifo_out(&node->ih_fifo, ih_ring_entry, in dequeue_ih_ring_entry()
274 struct kfifo ih_fifo; member