Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/sys/
Ddlist.h113 #define SYS_DLIST_FOR_EACH_NODE_SAFE(__dl, __dn, __dns) \ argument
115 __dns = sys_dlist_peek_next(__dl, __dn); \
116 __dn != NULL; __dn = __dns, \
117 __dns = sys_dlist_peek_next(__dl, __dn))