Home
last modified time | relevance | path

Searched refs:kfifo_alloc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_interrupt.c61 r = kfifo_alloc(&kfd->ih_fifo, in kfd_interrupt_init()
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dkfifo.h93 #define kfifo_alloc(FIFO, SIZE, GFP) \ macro