Home
last modified time | relevance | path

Searched refs:SYS_SLIST_FOR_EACH_NODE (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/lib/posix/options/
Dkey.c192 SYS_SLIST_FOR_EACH_NODE(&(thread->key_list), node_l) { in pthread_setspecific()
265 SYS_SLIST_FOR_EACH_NODE(&(thread->key_list), node_l) { in pthread_getspecific()
/Zephyr-latest/kernel/
Dobj_core.c67 SYS_SLIST_FOR_EACH_NODE(&z_obj_type_list, node) { in k_obj_type_find()
91 SYS_SLIST_FOR_EACH_NODE(&type->list, node) { in k_obj_type_walk_locked()
/Zephyr-latest/subsys/usb/device_next/
Dusbd_config.c289 SYS_SLIST_FOR_EACH_NODE(&uds_ctx->fs_configs, node) { in usbd_add_configuration()
298 SYS_SLIST_FOR_EACH_NODE(&uds_ctx->hs_configs, node) { in usbd_add_configuration()
/Zephyr-latest/drivers/spi/
Dspi_emul.c55 SYS_SLIST_FOR_EACH_NODE(&data->emuls, node) { in spi_emul_find()
/Zephyr-latest/
D.clang-format56 - 'SYS_SLIST_FOR_EACH_NODE'
/Zephyr-latest/subsys/bluetooth/mesh/
Ddelayable_msg.c181 SYS_SLIST_FOR_EACH_NODE(&msg->chunks, node) { in push_msg_from_delayable_msgs()
262 SYS_SLIST_FOR_EACH_NODE(&msg->chunks, node) { in bt_mesh_delayable_msg_manage()
Ddfu_slot.c119 SYS_SLIST_FOR_EACH_NODE(&list, n) { in bt_mesh_dfu_slot_count()
/Zephyr-latest/drivers/coredump/
Dcoredump_impl.c68 SYS_SLIST_FOR_EACH_NODE(&data->region_list, node) { in coredump_impl_dump()
/Zephyr-latest/include/zephyr/sys/
Dslist.h66 #define SYS_SLIST_FOR_EACH_NODE(__sl, __sn) \ macro
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_stmesp_demux.c201 SYS_SLIST_FOR_EACH_NODE(&demux.active_entries, node) { in log_frontend_stmesp_demux_major()
236 SYS_SLIST_FOR_EACH_NODE(&demux.active_entries, node) { in log_frontend_stmesp_demux_channel()
332 SYS_SLIST_FOR_EACH_NODE(&demux.active_entries, node) { in garbage_collector()
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/common/
Di2c_virtual.c34 SYS_SLIST_FOR_EACH_NODE(&data->targets, node) { in find_address()
/Zephyr-latest/tests/unit/list/
Dslist.c48 SYS_SLIST_FOR_EACH_NODE(list, node) { in verify_emptyness()
110 SYS_SLIST_FOR_EACH_NODE(list, node) { in verify_content_amount()
/Zephyr-latest/drivers/espi/
Despi_emul.c39 SYS_SLIST_FOR_EACH_NODE(&data->emuls, node) { in espi_emul_find()
/Zephyr-latest/subsys/net/ip/
Dipv4_acd.c134 SYS_SLIST_FOR_EACH_NODE(&active_acd_timers, node) { in acd_timer_reschedule()
/Zephyr-latest/drivers/i2c/
Di2c_emul.c57 SYS_SLIST_FOR_EACH_NODE(&data->emuls, node) { in i2c_emul_find()
/Zephyr-latest/subsys/modem/
Dmodem_cmux.c573 SYS_SLIST_FOR_EACH_NODE(&cmux->dlcis, node) { in modem_cmux_find_dlci()
929 SYS_SLIST_FOR_EACH_NODE(&cmux->dlcis, node) { in modem_cmux_dlci_notify_transmit_idle()
1229 SYS_SLIST_FOR_EACH_NODE(&cmux->dlcis, node) { in modem_cmux_dlci_pipes_release()
/Zephyr-latest/arch/xtensa/core/
Dptables.c459 SYS_SLIST_FOR_EACH_NODE(&xtensa_domain_list, node) { in __arch_mem_map()
614 SYS_SLIST_FOR_EACH_NODE(&xtensa_domain_list, node) { in __arch_mem_unmap()
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c1202 SYS_SLIST_FOR_EACH_NODE(&x86_domain_list, node) { in range_map()
1813 SYS_SLIST_FOR_EACH_NODE(&x86_domain_list, node) { in arch_mem_domain_init()
2163 SYS_SLIST_FOR_EACH_NODE(&x86_domain_list, node) { in arch_page_info_get()
/Zephyr-latest/doc/kernel/data_structures/
Dslist.rst51 to manually traverse the next pointers. :c:macro:`SYS_SLIST_FOR_EACH_NODE`
/Zephyr-latest/drivers/mspi/
Dmspi_emul.c361 SYS_SLIST_FOR_EACH_NODE(&data->emuls, node) { in mspi_emul_find()
/Zephyr-latest/subsys/canbus/isotp/
Disotp.c70 SYS_SLIST_FOR_EACH_NODE(&global_ctx.alloc_list, rctx_node) { in receive_pool_free()
83 SYS_SLIST_FOR_EACH_NODE(&global_ctx.ff_sf_alloc_list, rctx_node) { in receive_ff_sf_pool_free()
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4.c1565 SYS_SLIST_FOR_EACH_NODE(&dhcpv4_ifaces, node) { in dhcpv4_iface_event_handler()
1623 SYS_SLIST_FOR_EACH_NODE(&dhcpv4_ifaces, node) { in dhcpv4_acd_event_handler()
/Zephyr-latest/drivers/serial/
Duart_emul.c123 SYS_SLIST_FOR_EACH_NODE(&data->emuls, node) { in uart_emul_tx_data_ready()
/Zephyr-latest/subsys/bluetooth/host/
Dcs.c107 SYS_SLIST_FOR_EACH_NODE(&reassembly_bufs, node) { in get_reassembly_buf()
/Zephyr-latest/arch/arm64/core/
Dmmu.c1032 SYS_SLIST_FOR_EACH_NODE(&domain_list, node) { in sync_domains()

12