Searched refs:kfifo_init (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | kfifo.h | 30 * - Init the in-place object with kfifo_alloc() or kfifo_init() 37 * Note: the spinlock pointer formerly passed to kfifo_init/kfifo_alloc 356 * kfifo_init - initialize a fifo using a preallocated buffer 366 #define kfifo_init(fifo, buffer, size) \ macro
|
/linux-4.1.27/drivers/media/platform/coda/ |
H A D | coda-bit.c | 1337 kfifo_init(&ctx->bitstream_fifo, coda_seq_end_work() 1384 kfifo_init(&ctx->bitstream_fifo, coda_alloc_bitstream_buffer() 1398 kfifo_init(&ctx->bitstream_fifo, NULL, 0); coda_free_bitstream_buffer() 1792 kfifo_init(&ctx->bitstream_fifo, coda_finish_decode()
|
H A D | coda-common.c | 1384 kfifo_init(&ctx->bitstream_fifo, coda_stop_streaming()
|
/linux-4.1.27/drivers/scsi/ |
H A D | libiscsi.c | 2539 kfifo_init(&q->queue, (void*)q->pool, max * sizeof(void*)); iscsi_pool_init()
|
Completed in 119 milliseconds