Home
last modified time | relevance | path

Searched refs:ih_fifo (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_interrupt.c56 r = kfifo_alloc(&kfd->ih_fifo, in kfd_interrupt_init()
66 kfifo_free(&kfd->ih_fifo); in kfd_interrupt_init()
106 kfifo_free(&kfd->ih_fifo); in kfd_interrupt_exit()
116 count = kfifo_in(&kfd->ih_fifo, ih_ring_entry, in enqueue_ih_ring_entry()
135 count = kfifo_out(&kfd->ih_fifo, ih_ring_entry, in dequeue_ih_ring_entry()
H A Dkfd_priv.h261 struct kfifo ih_fifo; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_interrupt.c57 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()
H A Dkfd_priv.h274 struct kfifo ih_fifo; member

Completed in 6 milliseconds