Home
last modified time | relevance | path

Searched refs:__kfifo_alloc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/iio/buffer/
H A Dkfifo_buf.c38 return __kfifo_alloc((struct __kfifo *)&buf->kf, length, in __iio_allocate_kfifo()
/openbmc/linux/lib/
H A Dkfifo.c24 int __kfifo_alloc(struct __kfifo *fifo, unsigned int size, in __kfifo_alloc() function
53 EXPORT_SYMBOL(__kfifo_alloc);
/openbmc/linux/include/linux/
H A Dkfifo.h356 __kfifo_alloc(__kfifo, size, sizeof(*__tmp->type), gfp_mask) : \
831 extern int __kfifo_alloc(struct __kfifo *fifo, unsigned int size,