Searched refs:cq_complete_count (Results 1 – 1 of 1) sorted by relevance
1560 uintptr_t cq_complete_count = cq_count + wait_count; in z_impl_rtio_submit() local1561 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()