Home
last modified time | relevance | path

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

/linux-6.15/lib/tests/
H A Dkfifo_kunit.c176 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 Dinttype-example.c85 if (kfifo_peek(&test, &i)) in testfunc()
H A Dbytestream-example.c92 if (kfifo_peek(&test, &i)) in testfunc()
/linux-6.15/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-6.15/drivers/tty/serial/
H A Dsunhv.c47 while (kfifo_peek(&tport->xmit_fifo, &ch)) { in transmit_chars_putchar()
H A Damba-pl011.c1530 if (!kfifo_peek(&tport->xmit_fifo, &c)) in pl011_tx_chars()
/linux-6.15/include/linux/
H A Dkfifo.h492 #define kfifo_peek(fifo, val) \ macro
/linux-6.15/drivers/usb/gadget/function/
H A Df_midi.c618 len = kfifo_peek(&midi->in_req_fifo, &req); in f_midi_do_transmit()
/linux-6.15/drivers/nvme/target/
H A Dpr.c110 if (kfifo_peek(&log_mgr->log_queue, &next_log)) { in nvmet_execute_get_log_page_resv()