Searched defs:__lname (Results  1 – 1 of 1) sorted by relevance
| /Zephyr-latest/include/zephyr/sys/ | 
| D | list_gen.h | 14 #define Z_GENLIST_FOR_EACH_NODE(__lname, __l, __sn)			\  argument19 #define Z_GENLIST_ITERATE_FROM_NODE(__lname, __l, __sn)			\  argument
 25 #define Z_GENLIST_FOR_EACH_NODE_SAFE(__lname, __l, __sn, __sns)		\  argument
 34 #define Z_GENLIST_PEEK_HEAD_CONTAINER(__lname, __l, __cn, __n)		\  argument
 37 #define Z_GENLIST_PEEK_TAIL_CONTAINER(__lname, __l, __cn, __n)		\  argument
 40 #define Z_GENLIST_PEEK_NEXT_CONTAINER(__lname, __cn, __n)		\  argument
 45 #define Z_GENLIST_FOR_EACH_CONTAINER(__lname, __l, __cn, __n)		\  argument
 51 #define Z_GENLIST_FOR_EACH_CONTAINER_SAFE(__lname, __l, __cn, __cns, __n)     \  argument
 57 #define Z_GENLIST_IS_EMPTY(__lname)					\  argument
 64 #define Z_GENLIST_PEEK_NEXT_NO_CHECK(__lname, __nname)			    \  argument
 [all …]
 
 |