Searched refs:kfifo_peek (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/samples/kfifo/ |
H A D | bytestream-example.c | 92 if (kfifo_peek(&test, &i)) in testfunc()
|
H A D | inttype-example.c | 85 if (kfifo_peek(&test, &i)) in testfunc()
|
/kernel/linux/linux-6.6/samples/kfifo/ |
H A D | bytestream-example.c | 92 if (kfifo_peek(&test, &i)) in testfunc()
|
H A D | inttype-example.c | 85 if (kfifo_peek(&test, &i)) in testfunc()
|
/kernel/linux/linux-5.10/drivers/most/ |
H A D | most_cdev.c | 57 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 D | most_cdev.c | 57 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 D | kfifo.h | 470 * 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 D | kfifo.h | 470 * 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 D | f_midi.c | 617 len = kfifo_peek(&midi->in_req_fifo, &req); in f_midi_do_transmit()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_midi.c | 617 len = kfifo_peek(&midi->in_req_fifo, &req); in f_midi_do_transmit()
|
Completed in 8 milliseconds