Searched refs:kfifo_from_user (Results 1 – 5 of 5) sorted by relevance
/linux/samples/kfifo/ |
H A D | inttype-example.c | 115 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
|
H A D | record-example.c | 129 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
|
H A D | bytestream-example.c | 122 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
|
/linux/drivers/iio/buffer/ |
H A D | kfifo_buf.c | 180 ret = kfifo_from_user(&kf->kf, buf, n, &copied); in iio_kfifo_write()
|
/linux/include/linux/ |
H A D | kfifo.h | 673 #define kfifo_from_user(fifo, from, len, copied) \ macro
|