Searched refs:kfifo_from_user (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/samples/kfifo/ |
| D | record-example.c | 129 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
|
| D | inttype-example.c | 115 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
|
| D | bytestream-example.c | 122 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
|
| /Linux-v5.4/include/linux/ |
| D | kfifo.h | 589 #define kfifo_from_user(fifo, from, len, copied) \ macro
|
| /Linux-v5.4/drivers/staging/pi433/ |
| D | pi433_if.c | 852 retval = kfifo_from_user(&device->tx_fifo, buf, count, &copied); in pi433_write()
|