Searched refs:need_flush (Results 1 – 1 of 1) sorted by relevance
434 bool need_flush = (flags_get(&work->flags) in work_flush_locked() local437 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() local470 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() local1114 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 …]