Searched refs:kfifo_from_user (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/samples/kfifo/ |
H A D | inttype-example.c | 117 ret = kfifo_from_user(&test, buf, count, &copied); fifo_write()
|
H A D | bytestream-example.c | 124 ret = kfifo_from_user(&test, buf, count, &copied); fifo_write()
|
H A D | record-example.c | 131 ret = kfifo_from_user(&test, buf, count, &copied); fifo_write()
|
/linux-4.1.27/include/linux/ |
H A D | kfifo.h | 590 * 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