Searched refs:kfifo_out_peek (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/samples/kfifo/
H A Drecord-example.c98 ret = kfifo_out_peek(&test, buf, sizeof(buf)); testfunc()
/linux-4.1.27/include/linux/
H A Dkfifo.h746 * kfifo_out_peek - gets some data from the fifo
757 #define kfifo_out_peek(fifo, buf, n) \ macro

Completed in 35 milliseconds