Home
last modified time | relevance | path

Searched refs:SYS_SLIST_PEEK_HEAD_CONTAINER (Results 1 – 8 of 8) sorted by relevance

/Zephyr-4.1.0/include/zephyr/sys/
Dslist.h129 #define SYS_SLIST_PEEK_HEAD_CONTAINER(__sl, __cn, __n) \ macro
/Zephyr-4.1.0/subsys/lorawan/services/
Dlorawan_services.c143 next = SYS_SLIST_PEEK_HEAD_CONTAINER(&msg_list, next, node); in lorawan_services_schedule_uplink()
/Zephyr-4.1.0/subsys/net/lib/mqtt_sn/
Dmqtt_sn.c138 gw = SYS_SLIST_PEEK_HEAD_CONTAINER(&client->gateway, gw, next); in encode_and_send()
588 gw = SYS_SLIST_PEEK_HEAD_CONTAINER(&client->gateway, gw, next); in mqtt_sn_do_gwinfo()
856 SYS_SLIST_PEEK_HEAD_CONTAINER(&client->gateway, gw, next); in process_ping()
/Zephyr-4.1.0/subsys/bluetooth/audio/
Dbap_broadcast_source.c908 SYS_SLIST_PEEK_HEAD_CONTAINER(&source->subgroups, subgroup, _node); in bt_bap_broadcast_source_reconfig()
Dhas.c658 return SYS_SLIST_PEEK_HEAD_CONTAINER(&preset_list, next, node); in preset_get_head()
/Zephyr-4.1.0/subsys/bluetooth/host/
Diso.c2809 bis = SYS_SLIST_PEEK_HEAD_CONTAINER(&big->bis_channels, bis, node); in hci_le_create_big()
2869 bis = SYS_SLIST_PEEK_HEAD_CONTAINER(&big->bis_channels, bis, node); in hci_le_create_big_test()
3274 bis = SYS_SLIST_PEEK_HEAD_CONTAINER(&big->bis_channels, bis, node); in bt_iso_big_terminate()
/Zephyr-4.1.0/subsys/bluetooth/mesh/
Ddfu_cli.c357 target = SYS_SLIST_PEEK_HEAD_CONTAINER( in send_update_start()
Dblob_cli.c354 *current = SYS_SLIST_PEEK_HEAD_CONTAINER( in next_target()