Home
last modified time | relevance | path

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

/linux/samples/kfifo/
H A Drecord-example.c96 ret = kfifo_out_peek(&test, buf, sizeof(buf)); in testfunc()
/linux/include/linux/
H A Dkfifo.h831 #define kfifo_out_peek(fifo, buf, n) \ macro
/linux/drivers/tty/serial/
H A Dstm32-usart.c736 count = kfifo_out_peek(&tport->xmit_fifo, &stm32port->tx_buf[0], in stm32_usart_transmit_chars_dma()