Searched refs:new_status (Results 1 – 1 of 1) sorted by relevance
273 work_interval_auto_join_status_t old_status, new_status; in work_interval_auto_join_decrement() local278 os_atomic_rmw_loop(&join_info->status, old_status, new_status, acquire, { in work_interval_auto_join_decrement()280 new_status = old_status; in work_interval_auto_join_decrement()282 new_status -= 1; in work_interval_auto_join_decrement()283 if (new_status == WORK_INTERVAL_STATUS_DEFERRED_FINISH_MASK) { in work_interval_auto_join_decrement()285 new_status = 0; in work_interval_auto_join_decrement()