Home
last modified time | relevance | path

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

/linux-4.4.14/samples/kfifo/
Dinttype-example.c87 if (kfifo_peek(&test, &i)) in testfunc()
Dbytestream-example.c94 if (kfifo_peek(&test, &i)) in testfunc()
/linux-4.4.14/include/linux/
Dkfifo.h463 #define kfifo_peek(fifo, val) \ macro