Searched refs:new_status (Results 1 – 1 of 1) sorted by relevance
274 work_interval_auto_join_status_t old_status, new_status; in work_interval_auto_join_decrement() local279 os_atomic_rmw_loop(&join_info->status, old_status, new_status, acquire, { in work_interval_auto_join_decrement()281 new_status = old_status; in work_interval_auto_join_decrement()283 new_status -= 1; in work_interval_auto_join_decrement()284 if (new_status == WORK_INTERVAL_STATUS_DEFERRED_FINISH_MASK) { in work_interval_auto_join_decrement()286 new_status = 0; in work_interval_auto_join_decrement()