Home
last modified time | relevance | path

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

/linux-6.12.1/samples/kfifo/ !
Dinttype-example.c85 if (kfifo_peek(&test, &i)) in testfunc()
Dbytestream-example.c92 if (kfifo_peek(&test, &i)) in testfunc()
/linux-6.12.1/drivers/most/ !
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-6.12.1/drivers/tty/serial/ !
Dsunhv.c47 while (kfifo_peek(&tport->xmit_fifo, &ch)) { in transmit_chars_putchar()
Damba-pl011.c1468 if (!kfifo_peek(&tport->xmit_fifo, &c)) in pl011_tx_chars()
/linux-6.12.1/include/linux/ !
Dkfifo.h493 #define kfifo_peek(fifo, val) \ macro
/linux-6.12.1/drivers/usb/gadget/function/ !
Df_midi.c618 len = kfifo_peek(&midi->in_req_fifo, &req); in f_midi_do_transmit()