Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/rtio/
Drtio.h1560 uintptr_t cq_complete_count = cq_count + wait_count; in z_impl_rtio_submit() local
1561 bool wraps = cq_complete_count < cq_count; in z_impl_rtio_submit()
1572 while ((uintptr_t)atomic_get(&r->cq_count) < cq_complete_count) { in z_impl_rtio_submit()