Home
last modified time | relevance | path

Searched refs:kfifo_peek (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/samples/kfifo/
H A Dbytestream-example.c92 if (kfifo_peek(&test, &i)) in testfunc()
H A Dinttype-example.c85 if (kfifo_peek(&test, &i)) in testfunc()
/kernel/linux/linux-6.6/samples/kfifo/
H A Dbytestream-example.c92 if (kfifo_peek(&test, &i)) in testfunc()
H A Dinttype-example.c85 if (kfifo_peek(&test, &i)) in testfunc()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/linux/
H A Dkfifo.h470 * kfifo_peek - get data from the fifo without removing
481 #define kfifo_peek(fifo, val) \ macro
/kernel/linux/linux-6.6/include/linux/
H A Dkfifo.h470 * kfifo_peek - get data from the fifo without removing
481 #define kfifo_peek(fifo, val) \ macro
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_midi.c617 len = kfifo_peek(&midi->in_req_fifo, &req); in f_midi_do_transmit()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_midi.c617 len = kfifo_peek(&midi->in_req_fifo, &req); in f_midi_do_transmit()

Completed in 8 milliseconds