Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dwork.c440 bool need_flush = (flags_get(&work->flags) in work_flush_locked() local
443 if (need_flush) { in work_flush_locked()
452 return need_flush; in work_flush_locked()
471 bool need_flush = work_flush_locked(work, flusher); in k_work_flush() local
476 if (need_flush) { in k_work_flush()
482 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work, flush, work, need_flush); in k_work_flush()
484 return need_flush; in k_work_flush()
1163 bool need_flush = work_flush_locked(work, flusher); in k_work_flush_delayable() local
1168 if (need_flush) { in k_work_flush_delayable()
1172 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work, flush_delayable, dwork, sync, need_flush); in k_work_flush_delayable()
[all …]