Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dsflist.h72 Z_GENLIST_FOR_EACH_NODE(sflist, __sl, __sn)
95 Z_GENLIST_ITERATE_FROM_NODE(sflist, __sl, __sn)
114 Z_GENLIST_FOR_EACH_NODE_SAFE(sflist, __sl, __sn, __sns)
135 Z_GENLIST_PEEK_HEAD_CONTAINER(sflist, __sl, __cn, __n)
145 Z_GENLIST_PEEK_TAIL_CONTAINER(sflist, __sl, __cn, __n)
154 Z_GENLIST_PEEK_NEXT_CONTAINER(sflist, __cn, __n)
171 Z_GENLIST_FOR_EACH_CONTAINER(sflist, __sl, __cn, __n)
189 Z_GENLIST_FOR_EACH_CONTAINER_SAFE(sflist, __sl, __cn, __cns, __n)
336 Z_GENLIST_IS_EMPTY(sflist)
349 Z_GENLIST_PEEK_NEXT_NO_CHECK(sflist, sfnode)
[all …]
/Zephyr-latest/tests/unit/list/
DCMakeLists.txt14 sflist.c
/Zephyr-latest/doc/kernel/data_structures/
Dslist.rst98 Only one such variant, sflist, exists in Zephyr at the moment.
105 template API. With the exception of symbol naming ("sflist" instead
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst603 * :github:`18437` - [Coverity CID :203478]Program hangs in /tests/kernel/common/src/sflist.c
604 * :github:`18436` - [Coverity CID :203424]Control flow issues in /tests/kernel/common/src/sflist.c
Drelease-notes-2.5.rst1623 * :github:`28912` - Incorrect macro being used to init a sflist