Searched refs:kfifo_peek (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/samples/kfifo/
H A Dinttype-example.c87 if (kfifo_peek(&test, &i)) testfunc()
H A Dbytestream-example.c94 if (kfifo_peek(&test, &i)) testfunc()
/linux-4.1.27/include/linux/
H A Dkfifo.h452 * kfifo_peek - get data from the fifo without removing
463 #define kfifo_peek(fifo, val) \ macro

Completed in 41 milliseconds