Home
last modified time | relevance | path

Searched defs:chained (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/rtio/
Drtio_executor.c81 bool chained = iodev_sqe->sqe.flags & RTIO_SQE_CHAINED; in rtio_executor_submit() local
/Zephyr-latest/kernel/
Dwork.c265 bool chained = (_current == &queue->thread) && !k_is_in_isr(); in queue_submit_locked() local