Home
last modified time | relevance | path

Searched refs:kfifo_peek (Results 1 – 6 of 6) sorted by relevance

/linux/samples/kfifo/
H A Dinttype-example.c85 if (kfifo_peek(&test, &i)) in testfunc()
H A Dbytestream-example.c92 if (kfifo_peek(&test, &i)) in testfunc()
/linux/drivers/most/
H A Dmost_cdev.c57 if (!kfifo_peek(&c->fifo, mbo)) { in ch_get_mbo()
244 while (c->dev && !kfifo_peek(&c->fifo, &mbo)) { in comp_read()
/linux/drivers/tty/serial/
H A Dsunhv.c47 while (kfifo_peek(&tport->xmit_fifo, &ch)) { in transmit_chars_putchar()
/linux/include/linux/
H A Dkfifo.h492 #define kfifo_peek(fifo, val) \ macro
/linux/drivers/nvme/target/
H A Dpr.c110 if (kfifo_peek(&log_mgr->log_queue, &next_log)) { in nvmet_execute_get_log_page_resv()