Home
last modified time | relevance | path

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

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