Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/rtio/
Drtio_handlers.c114 size_t cqe_count, in z_vrfy_rtio_cqe_copy_out() argument
119 K_OOPS(K_SYSCALL_MEMORY_ARRAY_WRITE(cqes, cqe_count, sizeof(struct rtio_cqe))); in z_vrfy_rtio_cqe_copy_out()
121 return z_impl_rtio_cqe_copy_out(r, cqes, cqe_count, timeout); in z_vrfy_rtio_cqe_copy_out()
/Zephyr-latest/include/zephyr/rtio/
Drtio.h1489 size_t cqe_count,
1493 size_t cqe_count, in z_impl_rtio_cqe_copy_out() argument
1509 } while (copied < cqe_count && !sys_timepoint_expired(end)); in z_impl_rtio_cqe_copy_out()