Searched refs:FLAG_UPDATE_NEEDED (Results 1 – 1 of 1) sorted by relevance
14 #define FLAG_UPDATE_NEEDED BIT(FLAGS_COMMON_BITS - 2) macro40 atomic_val_t prev_flags = atomic_or(&cfg->flags, FLAG_UPDATE_NEEDED); in update_config()47 if (prev_flags & (FLAG_UPDATE_NEEDED | FLAG_UPDATE_IN_PROGRESS)) { in update_config()158 cfg->flags_snapshot = atomic_and(&cfg->flags, ~FLAG_UPDATE_NEEDED); in clock_config_update_begin()195 if (prev_flags & FLAG_UPDATE_NEEDED) { in clock_config_update_end()