| /Zephyr-latest/include/zephyr/sys/ | 
| D | slist.h | 39 typedef struct _snode sys_snode_t;  typedef43 	sys_snode_t *head;
 44 	sys_snode_t *tail;
 211 static inline sys_snode_t *z_snode_next_peek(sys_snode_t *node)  in z_snode_next_peek()
 216 static inline void z_snode_next_set(sys_snode_t *parent, sys_snode_t *child)  in z_snode_next_set()
 221 static inline void z_slist_head_set(sys_slist_t *list, sys_snode_t *node)  in z_slist_head_set()
 226 static inline void z_slist_tail_set(sys_slist_t *list, sys_snode_t *node)  in z_slist_tail_set()
 238 static inline sys_snode_t *sys_slist_peek_head(sys_slist_t *list)  in sys_slist_peek_head()
 250 static inline sys_snode_t *sys_slist_peek_tail(sys_slist_t *list)  in sys_slist_peek_tail()
 279 static inline sys_snode_t *sys_slist_peek_next_no_check(sys_snode_t *node);
 [all …]
 
 | 
| /Zephyr-latest/subsys/net/ip/ | 
| D | tp_priv.h | 40 	sys_snode_t next;51 	sys_snode_t next;
 58 	sys_snode_t next;
 65 	sys_snode_t next;
 
 | 
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | delayable_msg.c | 27 	sys_snode_t node;32 	sys_snode_t node;
 53 	sys_snode_t *head = sys_slist_peek_head(list);  in put_ctx_to_busy_list()
 54 	sys_snode_t *curr = head;  in put_ctx_to_busy_list()
 55 	sys_snode_t *prev = curr;  in put_ctx_to_busy_list()
 81 	sys_snode_t *node = sys_slist_peek_head(&access_delayable_msg.busy_ctx);  in peek_pending_msg()
 116 	sys_snode_t *node;  in allocate_delayable_msg_chunks()
 132 	sys_snode_t *node;  in release_delayable_msg_chunks()
 142 	sys_snode_t *node;  in allocate_delayable_msg_ctx()
 167 	sys_snode_t *node;  in push_msg_from_delayable_msgs()
 [all …]
 
 | 
| /Zephyr-latest/soc/nordic/common/ | 
| D | soc_lrcconf.h | 23 void soc_lrcconf_poweron_request(sys_snode_t *node, nrf_lrcconf_power_domain_mask_t domain);32 void soc_lrcconf_poweron_release(sys_snode_t *node, nrf_lrcconf_power_domain_mask_t domain);
 
 | 
| D | soc_lrcconf.c | 14 void soc_lrcconf_poweron_request(sys_snode_t *node, nrf_lrcconf_power_domain_mask_t domain)  in soc_lrcconf_poweron_request()38 void soc_lrcconf_poweron_release(sys_snode_t *node, nrf_lrcconf_power_domain_mask_t domain)  in soc_lrcconf_poweron_release()
 
 | 
| /Zephyr-latest/subsys/net/lib/lwm2m/ | 
| D | lwm2m_observation.h | 16 	sys_snode_t node;40 void remove_observer_from_list(struct lwm2m_ctx *ctx, sys_snode_t *prev_node,
 44 						  sys_snode_t **prev_node,
 59 	sys_snode_t node;
 
 | 
| /Zephyr-latest/drivers/i3c/ | 
| D | i3c_ibi_workq.c | 33 	sys_snode_t *node;  in i3c_ibi_work_enqueue()59 	sys_snode_t *node;  in i3c_ibi_work_enqueue_target_irq()
 91 	sys_snode_t *node;  in i3c_ibi_work_enqueue_controller_request()
 117 	sys_snode_t *node;  in i3c_ibi_work_enqueue_hotjoin()
 145 	sys_snode_t *node;  in i3c_ibi_work_enqueue_cb()
 246 		sys_slist_append(&i3c_ibi_work_nodes_free, (sys_snode_t *)ibi_node);  in i3c_ibi_work_handler()
 264 				 (sys_snode_t *)&i3c_ibi_work_nodes[i]);  in i3c_ibi_work_q_init()
 
 | 
| /Zephyr-latest/tests/unit/list/ | 
| D | slist.c | 14 	sys_snode_t node;25 	sys_snode_t *node;  in verify_emptyness()
 26 	sys_snode_t *s_node;  in verify_emptyness()
 87 	sys_snode_t *node;  in verify_content_amount()
 88 	sys_snode_t *s_node;  in verify_content_amount()
 149 				    sys_snode_t *head,  in verify_tail_head()
 150 				    sys_snode_t *tail,  in verify_tail_head()
 206 	sys_snode_t *test_node_1_prev = &test_node_1.node;  in ZTEST()
 269 	sys_snode_t *test_node_4_prev = NULL;  in ZTEST()
 310 		sys_snode_t node;  in ZTEST()
 [all …]
 
 | 
| /Zephyr-latest/subsys/mgmt/mcumgr/mgmt/src/ | 
| D | mgmt.c | 39 	sys_snode_t *snp, *sns;  in mgmt_find_handler()75 	sys_snode_t *snp, *sns;  in mgmt_find_group()
 110 	sys_snode_t *snp, *sns;  in mgmt_find_error_translation_function()
 150 	sys_snode_t *snp, *sns;  in mgmt_callback_notify()
 231 	sys_snode_t *snp, *sns;  in mgmt_groups_foreach()
 
 | 
| /Zephyr-latest/lib/posix/options/ | 
| D | key.c | 130 	sys_snode_t *node_l, *next_node_l;  in pthread_key_delete()173 	sys_snode_t *node_l = NULL;  in pthread_setspecific()
 227 		sys_slist_append((&thread->key_list), (sys_snode_t *)(&key_data->thread_data));  in pthread_setspecific()
 230 		sys_slist_append(&(key_obj->key_data_l), (sys_snode_t *)key_data);  in pthread_setspecific()
 249 	sys_snode_t *node_l;  in pthread_getspecific()
 
 | 
| D | posix_internal.h | 80 	sys_snode_t node;88 	sys_snode_t node;
 
 | 
| /Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/ | 
| D | fs_mgmt_hash_checksum.c | 30 	sys_snode_t *snp, *sns;  in fs_mgmt_hash_checksum_find_handler()47 	sys_snode_t *snp, *sns;  in fs_mgmt_hash_checksum_find_handlers()
 
 | 
| /Zephyr-latest/include/zephyr/pm/ | 
| D | policy.h | 45 	sys_snode_t node;57 	sys_snode_t node;
 69 	sys_snode_t node;
 
 | 
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/ | 
| D | ull_tx_queue.c | 47 	sys_slist_append(list, (sys_snode_t *)tx);  in ull_tx_q_enqueue_data()53 	sys_slist_append(&queue->tx_list, (sys_snode_t *)tx);  in ull_tx_q_enqueue_ctrl()
 
 | 
| /Zephyr-latest/include/zephyr/bluetooth/ | 
| D | l2cap.h | 183 	sys_snode_t			node;256 	sys_snode_t			_pdu_ready;
 305 	sys_snode_t			_pdu_ready;
 545 	sys_snode_t node;
 
 | 
| /Zephyr-latest/tests/kernel/lifo/lifo_api/src/ | 
| D | test_lifo.h | 14 	sys_snode_t snode;
 | 
| /Zephyr-latest/tests/kernel/lifo/lifo_usage/src/ | 
| D | lifo_usage.h | 12 	sys_snode_t snode;
 | 
| /Zephyr-latest/tests/kernel/fifo/fifo_api/src/ | 
| D | test_fifo.h | 14 	sys_snode_t snode;
 | 
| D | test_fifo_contexts.c | 33 	head->snode.next = (sys_snode_t *)tail;  in tfifo_put()41 	sys_slist_append(&slist, (sys_snode_t *)&(data_sl[0].snode));  in tfifo_put()
 42 	sys_slist_append(&slist, (sys_snode_t *)&(data_sl[1].snode));  in tfifo_put()
 
 | 
| /Zephyr-latest/include/zephyr/arch/arm64/ | 
| D | arch.h | 50 	sys_snode_t node;
 | 
| /Zephyr-latest/tests/kernel/queue/src/ | 
| D | test_queue.h | 17 	sys_snode_t snode;
 | 
| /Zephyr-latest/include/zephyr/net/ | 
| D | icmp.h | 85 	sys_snode_t node;223 	sys_snode_t node;
 
 | 
| /Zephyr-latest/include/zephyr/bluetooth/services/ | 
| D | hrs.h | 59 	sys_snode_t _node;
 | 
| /Zephyr-latest/include/zephyr/modem/ | 
| D | stats.h | 19 	sys_snode_t node;
 | 
| /Zephyr-latest/include/zephyr/net/prometheus/ | 
| D | metric.h | 49 	sys_snode_t node;
 |