Home
last modified time | relevance | path

Searched refs:SYS_DLIST_FOR_EACH_NODE (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Ddlist.h72 #define SYS_DLIST_FOR_EACH_NODE(__dl, __dn) \ macro
571 SYS_DLIST_FOR_EACH_NODE(list, node) { in sys_dlist_len()
/Zephyr-latest/
D.clang-format47 - 'SYS_DLIST_FOR_EACH_NODE'
/Zephyr-latest/tests/unit/list/
Ddlist.c47 SYS_DLIST_FOR_EACH_NODE(list, node) { in verify_emptyness()
109 SYS_DLIST_FOR_EACH_NODE(list, node) { in verify_content_amount()
/Zephyr-latest/subsys/fs/
Dfs.c91 SYS_DLIST_FOR_EACH_NODE(&fs_mnt_list, node) { in fs_get_mnt_point()
441 SYS_DLIST_FOR_EACH_NODE(&fs_mnt_list, node) { in fs_readdir()
697 SYS_DLIST_FOR_EACH_NODE(&fs_mnt_list, node) { in fs_mount()
838 SYS_DLIST_FOR_EACH_NODE(&fs_mnt_list, node) { in fs_readmount()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c70 SYS_DLIST_FOR_EACH_NODE(&thread_list, pnode) { in is_cmsis_rtos_v2_thread()
87 SYS_DLIST_FOR_EACH_NODE(&thread_list, pnode) { in get_cmsis_thread_id()
/Zephyr-latest/tests/benchmarks/data_structure_perf/dlist_perf/src/
Ddlist_perf.c128 SYS_DLIST_FOR_EACH_NODE(&test_list, node) { in ZTEST()
/Zephyr-latest/subsys/disk/
Ddisk_access.c34 SYS_DLIST_FOR_EACH_NODE(&disk_access_list, node) { in disk_access_get_di()
/Zephyr-latest/tests/lib/p4workq/src/
Dmain.c129 SYS_DLIST_FOR_EACH_NODE(&wq.waitq.waitq, dummy) { in active_count()
/Zephyr-latest/doc/kernel/data_structures/
Ddlist.rst35 block style using :c:macro:`SYS_DLIST_FOR_EACH_NODE`. This macro also