Searched refs:kfifo_out_peek (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/samples/kfifo/ | ||
D | record-example.c | 98 ret = kfifo_out_peek(&test, buf, sizeof(buf)); in testfunc() |
/linux-4.1.27/include/linux/ | ||
D | kfifo.h | 757 #define kfifo_out_peek(fifo, buf, n) \ macro |