Searched refs:kfifo_out_peek (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/samples/kfifo/ |
H A D | record-example.c | 96 ret = kfifo_out_peek(&test, buf, sizeof(buf)); in testfunc()
|
/kernel/linux/linux-6.6/samples/kfifo/ |
H A D | record-example.c | 96 ret = kfifo_out_peek(&test, buf, sizeof(buf)); in testfunc()
|
/kernel/linux/linux-5.10/drivers/staging/fieldbus/anybuss/ |
H A D | host.c | 867 ret = kfifo_out_peek(q, &t, sizeof(t)); in process_q() 882 ret = kfifo_out_peek(qs, &t, sizeof(t)); in qs_have_work()
|
/kernel/linux/linux-6.6/drivers/staging/fieldbus/anybuss/ |
H A D | host.c | 867 ret = kfifo_out_peek(q, &t, sizeof(t)); in process_q() 882 ret = kfifo_out_peek(qs, &t, sizeof(t)); in qs_have_work()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kfifo.h | 806 * kfifo_out_peek - gets some data from the fifo 817 #define kfifo_out_peek(fifo, buf, n) \ macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kfifo.h | 806 * kfifo_out_peek - gets some data from the fifo 817 #define kfifo_out_peek(fifo, buf, n) \ macro
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | uart.c | 245 send_size = kfifo_out_peek(&gb_tty->write_fifo, in gb_uart_tx_write_work()
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | uart.c | 245 send_size = kfifo_out_peek(&gb_tty->write_fifo, in gb_uart_tx_write_work()
|
Completed in 12 milliseconds