Searched refs:SYS_DLIST_FOR_EACH_NODE (Results 1 – 9 of 9) sorted by relevance
| /Zephyr-latest/include/zephyr/sys/ |
| D | dlist.h | 72 #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-format | 47 - 'SYS_DLIST_FOR_EACH_NODE'
|
| /Zephyr-latest/tests/unit/list/ |
| D | dlist.c | 47 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/ |
| D | fs.c | 91 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/ |
| D | thread.c | 70 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/ |
| D | dlist_perf.c | 128 SYS_DLIST_FOR_EACH_NODE(&test_list, node) { in ZTEST()
|
| /Zephyr-latest/subsys/disk/ |
| D | disk_access.c | 34 SYS_DLIST_FOR_EACH_NODE(&disk_access_list, node) { in disk_access_get_di()
|
| /Zephyr-latest/tests/lib/p4workq/src/ |
| D | main.c | 129 SYS_DLIST_FOR_EACH_NODE(&wq.waitq.waitq, dummy) { in active_count()
|
| /Zephyr-latest/doc/kernel/data_structures/ |
| D | dlist.rst | 35 block style using :c:macro:`SYS_DLIST_FOR_EACH_NODE`. This macro also
|