Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/rtio/
Drtio_init.c25 STRUCT_SECTION_FOREACH(rtio_cqe_pool, cqe_pool) { in rtio_init()
/Zephyr-latest/include/zephyr/rtio/
Drtio.h269 struct rtio_cqe_pool;
378 struct rtio_cqe_pool { struct
426 struct rtio_cqe_pool *cqe_pool;
742 static inline struct rtio_cqe *rtio_cqe_pool_alloc(struct rtio_cqe_pool *pool) in rtio_cqe_pool_alloc()
759 static inline void rtio_cqe_pool_free(struct rtio_cqe_pool *pool, struct rtio_cqe *cqe) in rtio_cqe_pool_free()
848 STRUCT_SECTION_ITERABLE(rtio_cqe_pool, name) = { \
/Zephyr-latest/include/zephyr/linker/
Dcommon-ram.ld128 ITERABLE_SECTION_RAM(rtio_cqe_pool, Z_LINK_ITERABLE_SUBALIGN)
/Zephyr-latest/cmake/linker_script/common/
Dcommon-ram.cmake88 …zephyr_iterable_section(NAME rtio_cqe_pool GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN ${CO…