Searched refs:peek_head (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/kernel/ |
D | queue.c | 408 SYS_PORT_TRACING_OBJ_FUNC(k_queue, peek_head, queue, ret); in z_impl_k_queue_peek_head()
|
/Zephyr-latest/include/zephyr/ |
D | kernel.h | 2697 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_fifo, peek_head, fifo); \ 2699 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_fifo, peek_head, fifo, fph_ret); \
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 901 pkt = tcp_slist(conn, &conn->send_queue, peek_head, in tcp_send_process_no_lock()
|