Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/include/misc/
A Dslist.h51 for (__sn = sys_slist_peek_head(__sl); __sn; \
74 : sys_slist_peek_head(__sl); \
93 for (__sn = sys_slist_peek_head(__sl), \
116 SYS_SLIST_CONTAINER(sys_slist_peek_head(__sl), __cn, __n)
209 static inline sys_snode_t *sys_slist_peek_head(sys_slist_t *list) in sys_slist_peek_head() function
/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h345 return sys_slist_peek_head(&queue->queue_list); in k_queue_first_entry()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dfriend.c904 struct net_buf *buf = (void *)sys_slist_peek_head(&seg->queue); in get_seg()
1078 …for (cur = sys_slist_peek_head(&frnd->queue); cur != NULL; prev = cur, cur = sys_slist_peek_next(c… in friend_purge_old_ack()
1294 buf = (void *)sys_slist_peek_head(&seg->queue); in bt_mesh_friend_clear_incomplete()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dsdp.c1482 param = GET_PARAM(sys_slist_peek_head(&session->reqs)); in sdp_client_ssa_search()
1857 session->param = GET_PARAM(sys_slist_peek_head(&session->reqs)); in sdp_client_alloc_buf()

Completed in 10 milliseconds