| /Zephyr-latest/lib/posix/options/ |
| D | key.c | 192 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/ |
| D | obj_core.c | 67 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/ |
| D | usbd_config.c | 289 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/ |
| D | spi_emul.c | 55 SYS_SLIST_FOR_EACH_NODE(&data->emuls, node) { in spi_emul_find()
|
| /Zephyr-latest/ |
| D | .clang-format | 56 - 'SYS_SLIST_FOR_EACH_NODE'
|
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | delayable_msg.c | 181 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()
|
| D | dfu_slot.c | 119 SYS_SLIST_FOR_EACH_NODE(&list, n) { in bt_mesh_dfu_slot_count()
|
| /Zephyr-latest/drivers/coredump/ |
| D | coredump_impl.c | 68 SYS_SLIST_FOR_EACH_NODE(&data->region_list, node) { in coredump_impl_dump()
|
| /Zephyr-latest/include/zephyr/sys/ |
| D | slist.h | 66 #define SYS_SLIST_FOR_EACH_NODE(__sl, __sn) \ macro
|
| /Zephyr-latest/subsys/logging/frontends/ |
| D | log_frontend_stmesp_demux.c | 201 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/ |
| D | i2c_virtual.c | 34 SYS_SLIST_FOR_EACH_NODE(&data->targets, node) { in find_address()
|
| /Zephyr-latest/tests/unit/list/ |
| D | slist.c | 48 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/ |
| D | espi_emul.c | 39 SYS_SLIST_FOR_EACH_NODE(&data->emuls, node) { in espi_emul_find()
|
| /Zephyr-latest/subsys/net/ip/ |
| D | ipv4_acd.c | 134 SYS_SLIST_FOR_EACH_NODE(&active_acd_timers, node) { in acd_timer_reschedule()
|
| /Zephyr-latest/drivers/i2c/ |
| D | i2c_emul.c | 57 SYS_SLIST_FOR_EACH_NODE(&data->emuls, node) { in i2c_emul_find()
|
| /Zephyr-latest/subsys/modem/ |
| D | modem_cmux.c | 573 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/ |
| D | ptables.c | 459 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/ |
| D | x86_mmu.c | 1202 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/ |
| D | slist.rst | 51 to manually traverse the next pointers. :c:macro:`SYS_SLIST_FOR_EACH_NODE`
|
| /Zephyr-latest/drivers/mspi/ |
| D | mspi_emul.c | 361 SYS_SLIST_FOR_EACH_NODE(&data->emuls, node) { in mspi_emul_find()
|
| /Zephyr-latest/subsys/canbus/isotp/ |
| D | isotp.c | 70 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/ |
| D | dhcpv4.c | 1565 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/ |
| D | uart_emul.c | 123 SYS_SLIST_FOR_EACH_NODE(&data->emuls, node) { in uart_emul_tx_data_ready()
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | cs.c | 107 SYS_SLIST_FOR_EACH_NODE(&reassembly_bufs, node) { in get_reassembly_buf()
|
| /Zephyr-latest/arch/arm64/core/ |
| D | mmu.c | 1032 SYS_SLIST_FOR_EACH_NODE(&domain_list, node) { in sync_domains()
|