Home
last modified time | relevance | path

Searched refs:sys_snode_t (Results 1 – 25 of 201) sorted by relevance

123456789

/Zephyr-latest/include/zephyr/sys/
Dslist.h39 typedef struct _snode sys_snode_t; typedef
43 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/
Dtp_priv.h40 sys_snode_t next;
51 sys_snode_t next;
58 sys_snode_t next;
65 sys_snode_t next;
/Zephyr-latest/subsys/bluetooth/mesh/
Ddelayable_msg.c27 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/
Dsoc_lrcconf.h23 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);
Dsoc_lrcconf.c14 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/
Dlwm2m_observation.h16 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/
Di3c_ibi_workq.c33 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/
Dslist.c14 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/
Dmgmt.c39 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/
Dkey.c130 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()
Dposix_internal.h80 sys_snode_t node;
88 sys_snode_t node;
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
Dfs_mgmt_hash_checksum.c30 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/
Dpolicy.h45 sys_snode_t node;
57 sys_snode_t node;
69 sys_snode_t node;
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_tx_queue.c47 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/
Dl2cap.h183 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/
Dtest_lifo.h14 sys_snode_t snode;
/Zephyr-latest/tests/kernel/lifo/lifo_usage/src/
Dlifo_usage.h12 sys_snode_t snode;
/Zephyr-latest/tests/kernel/fifo/fifo_api/src/
Dtest_fifo.h14 sys_snode_t snode;
Dtest_fifo_contexts.c33 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/
Darch.h50 sys_snode_t node;
/Zephyr-latest/tests/kernel/queue/src/
Dtest_queue.h17 sys_snode_t snode;
/Zephyr-latest/include/zephyr/net/
Dicmp.h85 sys_snode_t node;
223 sys_snode_t node;
/Zephyr-latest/include/zephyr/bluetooth/services/
Dhrs.h59 sys_snode_t _node;
/Zephyr-latest/include/zephyr/modem/
Dstats.h19 sys_snode_t node;
/Zephyr-latest/include/zephyr/net/prometheus/
Dmetric.h49 sys_snode_t node;

123456789