Home
last modified time | relevance | path

Searched refs:kfifo_out_peek (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/samples/kfifo/
H A Drecord-example.c96 ret = kfifo_out_peek(&test, buf, sizeof(buf)); in testfunc()
/openbmc/linux/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()
/openbmc/linux/include/linux/
H A Dkfifo.h817 #define kfifo_out_peek(fifo, buf, n) \ macro
/openbmc/linux/drivers/staging/greybus/
H A Duart.c245 send_size = kfifo_out_peek(&gb_tty->write_fifo, in gb_uart_tx_write_work()