Searched refs:kfifo_from_user (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/samples/kfifo/ |
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()
|
H A D | inttype-example.c | 115 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
|
/kernel/linux/linux-6.6/samples/kfifo/ |
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()
|
H A D | inttype-example.c | 115 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
|
/kernel/linux/linux-6.6/drivers/iio/buffer/ |
H A D | kfifo_buf.c | 180 ret = kfifo_from_user(&kf->kf, buf, n, &copied); in iio_kfifo_write()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kfifo.h | 650 * kfifo_from_user - puts some data from user space into the fifo 662 #define kfifo_from_user(fifo, from, len, copied) \ macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kfifo.h | 650 * kfifo_from_user - puts some data from user space into the fifo 662 #define kfifo_from_user(fifo, from, len, copied) \ macro
|
/kernel/linux/linux-5.10/drivers/staging/pi433/ |
H A D | pi433_if.c | 852 retval = kfifo_from_user(&device->tx_fifo, buf, count, &copied); in pi433_write()
|
/kernel/linux/linux-6.6/drivers/staging/pi433/ |
H A D | pi433_if.c | 864 retval = kfifo_from_user(&device->tx_fifo, buf, count, &copied); in pi433_write()
|
Completed in 8 milliseconds