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

/linux-4.1.27/samples/kfifo/
H A Drecord-example.c83 printk(KERN_INFO "fifo peek len: %u\n", kfifo_peek_len(&test)); testfunc()
/linux-4.1.27/include/linux/
H A Dkfifo.h304 * kfifo_peek_len - gets the size of the next fifo record
309 #define kfifo_peek_len(fifo) \ macro

Completed in 112 milliseconds