Home
last modified time | relevance | path

Searched defs:tail (Results 26 – 46 of 46) sorted by relevance

12

/Zephyr-latest/tests/lib/lockfree/src/
Dtest_mpsc.c29 struct mpsc_node *stub, *next, *tail; in ZTEST() local
/Zephyr-latest/include/zephyr/sys/
Dring_buffer.h42 struct ring_buf_index { ring_buf_idx_t head, tail, base; }; member
/Zephyr-latest/samples/subsys/shell/shell_module/src/
Dmain.c269 static uint8_t tail; in bypass_cb() local
/Zephyr-latest/drivers/cache/
Dcache_aspeed.c94 uint32_t tail; in get_n_cacheline() local
/Zephyr-latest/kernel/
Dqueue.c257 int k_queue_append_list(struct k_queue *queue, void *head, void *tail) in k_queue_append_list()
/Zephyr-latest/tests/kernel/queue/src/
Dtest_queue_contexts.c50 static qdata_t *head = &data_l[0], *tail = &data_l[LIST_LEN - 1]; in tqueue_append() local
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c680 struct hostapd_eap_user *user = NULL, *tail = NULL, *new_user = NULL; in hostapd_process_eap_user_phase1() local
723 struct hostapd_eap_user *user = NULL, *tail = NULL, *user_list = NULL; in hostapd_process_eap_user() local
/Zephyr-latest/drivers/can/
Dcan_xmc4xxx.c54 CAN_MO_TypeDef *tail; member
/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.c124 const uint8_t *tail = net_buf_simple_tail(data); in check_dup() local
/Zephyr-latest/drivers/i2s/
Di2s_sam_ssc.c65 uint16_t tail; member
/Zephyr-latest/lib/net_buf/
Dbuf_simple.c58 uint8_t *tail = net_buf_simple_tail(buf); in net_buf_simple_add() local
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_nxp_setup.c172 uint32_t tail; member
/Zephyr-latest/drivers/ethernet/
Deth_xmc4xxx.c360 uint16_t tail; in eth_xmc4xxx_rx_pkt() local
Deth_sam_gmac.c1233 uint16_t tail; in frame_get() local
/Zephyr-latest/modules/nrf_wifi/os/
Dshim.c258 unsigned char *tail; member
/Zephyr-latest/subsys/tracing/user/
Dtracing_user.h268 #define sys_port_trace_k_fifo_put_list_enter(fifo, head, tail) argument
269 #define sys_port_trace_k_fifo_put_list_exit(fifo, head, tail) argument
/Zephyr-latest/subsys/tracing/ctf/
Dtracing_ctf.h227 #define sys_port_trace_k_fifo_put_list_enter(fifo, head, tail) argument
228 #define sys_port_trace_k_fifo_put_list_exit(fifo, head, tail) argument
/Zephyr-latest/include/zephyr/tracing/
Dtracing.h1156 #define sys_port_trace_k_fifo_put_list_enter(fifo, head, tail) argument
1164 #define sys_port_trace_k_fifo_put_list_exit(fifo, head, tail) argument
/Zephyr-latest/subsys/tracing/sysview/
Dtracing_sysview.h445 #define sys_port_trace_k_fifo_put_list_enter(fifo, head, tail) \ argument
449 #define sys_port_trace_k_fifo_put_list_exit(fifo, head, tail) \ argument
/Zephyr-latest/subsys/tracing/test/
Dtracing_test.h226 #define sys_port_trace_k_fifo_put_list_enter(fifo, head, tail) \ argument
229 #define sys_port_trace_k_fifo_put_list_exit(fifo, head, tail) \ argument
/Zephyr-latest/include/zephyr/
Dkernel.h2614 #define k_fifo_put_list(fifo, head, tail) \ argument

12