Home
last modified time | relevance | path

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

12

/Zephyr-latest/samples/net/ptp/src/
Dmain.c38 port = CONTAINER_OF(sys_slist_peek_head(ports_list), struct ptp_port, node); in get_current_status()
/Zephyr-latest/tests/unit/list/
Dslist.c35 if (sys_slist_peek_head(list)) { in verify_emptyness()
97 if (!sys_slist_peek_head(list)) { in verify_content_amount()
153 if (sys_slist_peek_head(list) != head) { in verify_tail_head()
162 if (sys_slist_peek_head(list) != sys_slist_peek_tail(list)) { in verify_tail_head()
166 if (sys_slist_peek_head(list) == sys_slist_peek_tail(list)) { in verify_tail_head()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_tx_queue.c60 tx = (struct node_tx *)sys_slist_peek_head(&queue->tx_list); in ull_tx_q_peek()
Dull_llcp_local.c172 ctx = (struct proc_ctx *)sys_slist_peek_head(&conn->llcp.local.pend_proc_list); in llcp_lr_peek()
Dull_llcp_remote.c195 ctx = (struct proc_ctx *)sys_slist_peek_head(&conn->llcp.remote.pend_proc_list); in llcp_rr_peek()
/Zephyr-latest/subsys/bluetooth/mesh/
Ddelayable_msg.c53 sys_snode_t *head = sys_slist_peek_head(list); in put_ctx_to_busy_list()
81 sys_snode_t *node = sys_slist_peek_head(&access_delayable_msg.busy_ctx); in peek_pending_msg()
307 while ((node = sys_slist_peek_head(&access_delayable_msg.busy_ctx))) { in bt_mesh_delayable_msg_stop()
Dfriend.c1078 struct net_buf *buf = (void *)sys_slist_peek_head(&seg->queue); in is_seg()
1111 if (!unassigned && !sys_slist_peek_head(&seg->queue)) { in get_seg()
1271 md = (uint8_t)(sys_slist_peek_head(&frnd->queue) != NULL); in friend_timeout()
1411 for (cur = sys_slist_peek_head(&frnd->queue); in friend_purge_old_ack()
1651 for (cur = sys_slist_peek_head(&frnd->queue); cur != NULL; in friend_queue_check_dup()
/Zephyr-latest/subsys/net/l2/dummy/any/
Dany.c51 first = sys_slist_peek_head(&iface->config.virtual_interfaces); in any_recv()
/Zephyr-latest/subsys/llext/
Dllext.c89 for (sys_snode_t *node = sys_slist_peek_head(&_llext_list); in llext_by_name()
111 for (node = sys_slist_peek_head(&_llext_list); in llext_iterate()
/Zephyr-latest/subsys/usb/device_next/
Dusbd_msg.c63 node = sys_slist_peek_head(&msg_list); in msg_work_handler()
/Zephyr-latest/subsys/modem/
Dmodem_stats.c38 first = stats_buffer_from_node(sys_slist_peek_head(&stats_buffer_list)); in stats_buffer_list_first()
/Zephyr-latest/include/zephyr/sys/
Dslist.h238 static inline sys_snode_t *sys_slist_peek_head(sys_slist_t *list) in sys_slist_peek_head() function
/Zephyr-latest/subsys/lorawan/services/
Dlorawan_services.c83 node = sys_slist_peek_head(&msg_list); in uplink_handler()
/Zephyr-latest/tests/bluetooth/controller/ctrl_api/src/
Dmain.c510 peek_ctx = (struct proc_ctx *)sys_slist_peek_head(&conn.llcp.local.pend_proc_list); in ZTEST()
544 peek_ctx = (struct proc_ctx *)sys_slist_peek_head(&conn.llcp.remote.pend_proc_list); in ZTEST()
/Zephyr-latest/subsys/net/lib/shell/
Dconn.c171 node = sys_slist_peek_head(&conn->send_queue); in tcp_sent_list_cb()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c605 node_rx = (void *)sys_slist_peek_head(&hbuf_pend); in process_hbuf()
650 node_rx = (void *)sys_slist_peek_head(&hbuf_pend); in process_hbuf()
/Zephyr-latest/subsys/net/l2/ethernet/
Darp.c106 if (&entry->node != sys_slist_peek_head(&arp_table)) { in arp_entry_find_move_first()
149 node = sys_slist_peek_head(&arp_free_entries); in arp_entry_get_free()
/Zephyr-latest/doc/kernel/data_structures/
Dslist.rst22 :c:func:`sys_slist_peek_head` and :c:func:`sys_slist_peek_tail`, which will
/Zephyr-latest/drivers/ethernet/
Deth_xmc4xxx.c499 sys_snode_t *node = sys_slist_peek_head(&dev_data->tx_frame_list); in eth_xmc4xxx_handle_tx()
549 node = sys_slist_peek_head(&dev_data->tx_frame_list); in eth_xmc4xxx_handle_tx()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_observation.c517 obs_ptr = sys_slist_peek_head(obs_path_list); in engine_compare_obs_path_list()
518 comp_ptr = sys_slist_peek_head(path_list); in engine_compare_obs_path_list()
/Zephyr-latest/subsys/net/ip/
Dconnection.c125 node = sys_slist_peek_head(&conn_unused); in conn_get_unused()
Dtcp.c4284 conn = (void *)sys_slist_peek_head(&tcp_conns); in tp_input()
4297 (void *)sys_slist_peek_head(&tcp_conns); in tp_input()
4315 (void *)sys_slist_peek_head(&tcp_conns); in tp_input()
4335 conn = (void *)sys_slist_peek_head(&tcp_conns); in tp_input()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c1671 param = GET_PARAM(sys_slist_peek_head(&session->reqs)); in sdp_client_discover()
2148 session->param = GET_PARAM(sys_slist_peek_head(&session->reqs)); in sdp_client_alloc_buf()
/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp_pd.c142 node = sys_slist_peek_head(&pd->event.queue); in pd_event_dequeue()
Dosdp_cp.c87 node = sys_slist_peek_head(&pd->cmd.queue); in cp_cmd_dequeue()

12