Home
last modified time | relevance | path

Searched refs:kfifo_from_user (Results 1 – 5 of 5) sorted by relevance

/linux/samples/kfifo/
H A Dinttype-example.c115 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
H A Drecord-example.c129 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
H A Dbytestream-example.c122 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
/linux/drivers/iio/buffer/
H A Dkfifo_buf.c180 ret = kfifo_from_user(&kf->kf, buf, n, &copied); in iio_kfifo_write()
/linux/include/linux/
H A Dkfifo.h673 #define kfifo_from_user(fifo, from, len, copied) \ macro