Home
last modified time | relevance | path

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

/Linux-v5.15/samples/kfifo/
Drecord-example.c129 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
Dinttype-example.c115 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-v5.15/include/linux/
Dkfifo.h662 #define kfifo_from_user(fifo, from, len, copied) \ macro
/Linux-v5.15/drivers/staging/pi433/
Dpi433_if.c852 retval = kfifo_from_user(&device->tx_fifo, buf, count, &copied); in pi433_write()