Home
last modified time | relevance | path

Searched refs:kfifo_out_peek (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/samples/kfifo/
H A Drecord-example.c96 ret = kfifo_out_peek(&test, buf, sizeof(buf)); in testfunc()
/kernel/linux/linux-6.6/samples/kfifo/
H A Drecord-example.c96 ret = kfifo_out_peek(&test, buf, sizeof(buf)); in testfunc()
/kernel/linux/linux-5.10/drivers/staging/fieldbus/anybuss/
H A Dhost.c867 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 Dhost.c867 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 Dkfifo.h806 * 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 Dkfifo.h806 * 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 Duart.c245 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 Duart.c245 send_size = kfifo_out_peek(&gb_tty->write_fifo, in gb_uart_tx_write_work()

Completed in 12 milliseconds