| /Zephyr-latest/tests/lib/lockfree/src/ |
| D | test_mpsc.c | 29 struct mpsc_node *stub, *next, *tail; in ZTEST() local
|
| /Zephyr-latest/include/zephyr/sys/ |
| D | ring_buffer.h | 42 struct ring_buf_index { ring_buf_idx_t head, tail, base; }; member
|
| /Zephyr-latest/samples/subsys/shell/shell_module/src/ |
| D | main.c | 269 static uint8_t tail; in bypass_cb() local
|
| /Zephyr-latest/drivers/cache/ |
| D | cache_aspeed.c | 94 uint32_t tail; in get_n_cacheline() local
|
| /Zephyr-latest/kernel/ |
| D | queue.c | 257 int k_queue_append_list(struct k_queue *queue, void *head, void *tail) in k_queue_append_list()
|
| /Zephyr-latest/tests/kernel/queue/src/ |
| D | test_queue_contexts.c | 50 static qdata_t *head = &data_l[0], *tail = &data_l[LIST_LEN - 1]; in tqueue_append() local
|
| /Zephyr-latest/modules/hostap/src/ |
| D | supp_api.c | 680 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/ |
| D | can_xmc4xxx.c | 54 CAN_MO_TypeDef *tail; member
|
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | net.c | 124 const uint8_t *tail = net_buf_simple_tail(data); in check_dup() local
|
| /Zephyr-latest/drivers/i2s/ |
| D | i2s_sam_ssc.c | 65 uint16_t tail; member
|
| /Zephyr-latest/lib/net_buf/ |
| D | buf_simple.c | 58 uint8_t *tail = net_buf_simple_tail(buf); in net_buf_simple_add() local
|
| /Zephyr-latest/drivers/bluetooth/hci/ |
| D | hci_nxp_setup.c | 172 uint32_t tail; member
|
| /Zephyr-latest/drivers/ethernet/ |
| D | eth_xmc4xxx.c | 360 uint16_t tail; in eth_xmc4xxx_rx_pkt() local
|
| D | eth_sam_gmac.c | 1233 uint16_t tail; in frame_get() local
|
| /Zephyr-latest/modules/nrf_wifi/os/ |
| D | shim.c | 258 unsigned char *tail; member
|
| /Zephyr-latest/subsys/tracing/user/ |
| D | tracing_user.h | 268 #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/ |
| D | tracing_ctf.h | 227 #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/ |
| D | tracing.h | 1156 #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/ |
| D | tracing_sysview.h | 445 #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/ |
| D | tracing_test.h | 226 #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/ |
| D | kernel.h | 2614 #define k_fifo_put_list(fifo, head, tail) \ argument
|