Searched refs:kfifo_peek (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/lib/tests/ |
| H A D | kfifo_kunit.c | 176 processed_elements = kfifo_peek(&my_fifo, &out_data); in kfifo_test_peek_should_not_remove_elements() 185 processed_elements = kfifo_peek(&my_fifo, &out_data); in kfifo_test_peek_should_not_remove_elements() 194 processed_elements = kfifo_peek(&my_fifo, &out_data); in kfifo_test_peek_should_not_remove_elements()
|
| /linux-6.15/samples/kfifo/ |
| H A D | inttype-example.c | 85 if (kfifo_peek(&test, &i)) in testfunc()
|
| H A D | bytestream-example.c | 92 if (kfifo_peek(&test, &i)) in testfunc()
|
| /linux-6.15/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()
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | sunhv.c | 47 while (kfifo_peek(&tport->xmit_fifo, &ch)) { in transmit_chars_putchar()
|
| H A D | amba-pl011.c | 1530 if (!kfifo_peek(&tport->xmit_fifo, &c)) in pl011_tx_chars()
|
| /linux-6.15/include/linux/ |
| H A D | kfifo.h | 492 #define kfifo_peek(fifo, val) \ macro
|
| /linux-6.15/drivers/usb/gadget/function/ |
| H A D | f_midi.c | 618 len = kfifo_peek(&midi->in_req_fifo, &req); in f_midi_do_transmit()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | pr.c | 110 if (kfifo_peek(&log_mgr->log_queue, &next_log)) { in nvmet_execute_get_log_page_resv()
|