Searched refs:kfifo_from_user (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/samples/kfifo/ |
D | record-example.c | 131 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
|
D | inttype-example.c | 117 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
|
D | bytestream-example.c | 124 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
|
/linux-4.4.14/include/linux/ |
D | kfifo.h | 602 #define kfifo_from_user(fifo, from, len, copied) \ macro
|