Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/kernel/
Dwork.c434 bool need_flush = (flags_get(&work->flags) in work_flush_locked() local
437 if (need_flush) { in work_flush_locked()
446 return need_flush; in work_flush_locked()
465 bool need_flush = work_flush_locked(work, flusher); in k_work_flush() local
470 if (need_flush) { in k_work_flush()
476 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work, flush, work, need_flush); in k_work_flush()
478 return need_flush; in k_work_flush()
1109 bool need_flush = work_flush_locked(work, flusher); in k_work_flush_delayable() local
1114 if (need_flush) { in k_work_flush_delayable()
1118 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work, flush_delayable, dwork, sync, need_flush); in k_work_flush_delayable()
[all …]