Searched refs:need_flush (Results 1 – 1 of 1) sorted by relevance
450 bool need_flush = (flags_get(&work->flags) in work_flush_locked() local453 if (need_flush) { in work_flush_locked()462 return need_flush; in work_flush_locked()481 bool need_flush = work_flush_locked(work, flusher); in k_work_flush() local486 if (need_flush) { in k_work_flush()492 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work, flush, work, need_flush); in k_work_flush()494 return need_flush; in k_work_flush()1128 bool need_flush = work_flush_locked(work, flusher); in k_work_flush_delayable() local1133 if (need_flush) { in k_work_flush_delayable()1137 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work, flush_delayable, dwork, sync, need_flush); in k_work_flush_delayable()[all …]