/Zephyr-latest/samples/net/ptp/src/ |
D | main.c | 38 port = CONTAINER_OF(sys_slist_peek_head(ports_list), struct ptp_port, node); in get_current_status()
|
/Zephyr-latest/tests/unit/list/ |
D | slist.c | 35 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/ |
D | ull_tx_queue.c | 60 tx = (struct node_tx *)sys_slist_peek_head(&queue->tx_list); in ull_tx_q_peek()
|
D | ull_llcp_local.c | 172 ctx = (struct proc_ctx *)sys_slist_peek_head(&conn->llcp.local.pend_proc_list); in llcp_lr_peek()
|
D | ull_llcp_remote.c | 195 ctx = (struct proc_ctx *)sys_slist_peek_head(&conn->llcp.remote.pend_proc_list); in llcp_rr_peek()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | delayable_msg.c | 53 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()
|
D | friend.c | 1078 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/ |
D | any.c | 51 first = sys_slist_peek_head(&iface->config.virtual_interfaces); in any_recv()
|
/Zephyr-latest/subsys/llext/ |
D | llext.c | 89 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/ |
D | usbd_msg.c | 63 node = sys_slist_peek_head(&msg_list); in msg_work_handler()
|
/Zephyr-latest/subsys/modem/ |
D | modem_stats.c | 38 first = stats_buffer_from_node(sys_slist_peek_head(&stats_buffer_list)); in stats_buffer_list_first()
|
/Zephyr-latest/include/zephyr/sys/ |
D | slist.h | 238 static inline sys_snode_t *sys_slist_peek_head(sys_slist_t *list) in sys_slist_peek_head() function
|
/Zephyr-latest/subsys/lorawan/services/ |
D | lorawan_services.c | 83 node = sys_slist_peek_head(&msg_list); in uplink_handler()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_api/src/ |
D | main.c | 510 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/ |
D | conn.c | 171 node = sys_slist_peek_head(&conn->send_queue); in tcp_sent_list_cb()
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci_driver.c | 605 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/ |
D | arp.c | 106 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/ |
D | slist.rst | 22 :c:func:`sys_slist_peek_head` and :c:func:`sys_slist_peek_tail`, which will
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_xmc4xxx.c | 499 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/ |
D | lwm2m_observation.c | 517 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/ |
D | connection.c | 125 node = sys_slist_peek_head(&conn_unused); in conn_get_unused()
|
D | tcp.c | 4284 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/ |
D | sdp.c | 1671 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/ |
D | osdp_pd.c | 142 node = sys_slist_peek_head(&pd->event.queue); in pd_event_dequeue()
|
D | osdp_cp.c | 87 node = sys_slist_peek_head(&pd->cmd.queue); in cp_cmd_dequeue()
|