Searched defs:__l (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) \ argument 19 #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 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
|