Home
last modified time | relevance | path

Searched refs:sys_slist_peek_head (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_slist.h57 for (__sn = sys_slist_peek_head(__sl); __sn; \
82 : sys_slist_peek_head(__sl); \
103 for (__sn = sys_slist_peek_head(__sl), \
126 SYS_SLIST_CONTAINER(sys_slist_peek_head(__sl), __cn, __n)
219 static inline sys_snode_t *sys_slist_peek_head(sys_slist_t *list) in sys_slist_peek_head() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c30 for (cur = sys_slist_peek_head(list); in bt_mesh_client_pick_node()
123 for (cur = sys_slist_peek_head(list); in bt_mesh_client_check_node_in_list()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfriend.c1080 struct net_buf *buf = (void *)sys_slist_peek_head(&seg->queue); in is_seg()
1113 if (!unassigned && !sys_slist_peek_head(&seg->queue)) { in get_seg()
1359 for (cur = sys_slist_peek_head(&frnd->queue); in friend_purge_old_ack()