Searched refs:sys_slist_peek_head (Results 1 – 4 of 4) sorted by relevance
51 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
345 return sys_slist_peek_head(&queue->queue_list); in k_queue_first_entry()
904 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()
1482 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