Searched refs:__kfifo_alloc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/buffer/ |
H A D | kfifo_buf.c | 38 return __kfifo_alloc((struct __kfifo *)&buf->kf, length, in __iio_allocate_kfifo()
|
/kernel/linux/linux-6.6/drivers/iio/buffer/ |
H A D | kfifo_buf.c | 38 return __kfifo_alloc((struct __kfifo *)&buf->kf, length, in __iio_allocate_kfifo()
|
/kernel/linux/linux-5.10/lib/ |
H A D | kfifo.c | 24 int __kfifo_alloc(struct __kfifo *fifo, unsigned int size, in __kfifo_alloc() function 53 EXPORT_SYMBOL(__kfifo_alloc); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kfifo.h | 356 __kfifo_alloc(__kfifo, size, sizeof(*__tmp->type), gfp_mask) : \ 831 extern int __kfifo_alloc(struct __kfifo *fifo, unsigned int size,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kfifo.h | 356 __kfifo_alloc(__kfifo, size, sizeof(*__tmp->type), gfp_mask) : \ 831 extern int __kfifo_alloc(struct __kfifo *fifo, unsigned int size,
|
/kernel/linux/linux-6.6/lib/ |
H A D | kfifo.c | 24 int __kfifo_alloc(struct __kfifo *fifo, unsigned int size, in __kfifo_alloc() function 53 EXPORT_SYMBOL(__kfifo_alloc); variable
|
Completed in 6 milliseconds