Searched refs:kfifo_from_user (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/samples/kfifo/
H A Dinttype-example.c117 ret = kfifo_from_user(&test, buf, count, &copied); fifo_write()
H A Dbytestream-example.c124 ret = kfifo_from_user(&test, buf, count, &copied); fifo_write()
H A Drecord-example.c131 ret = kfifo_from_user(&test, buf, count, &copied); fifo_write()
/linux-4.1.27/include/linux/
H A Dkfifo.h590 * kfifo_from_user - puts some data from user space into the fifo
602 #define kfifo_from_user(fifo, from, len, copied) \ macro

Completed in 38 milliseconds