Searched refs:current_active_exit_tick (Results 1 – 1 of 1) sorted by relevance
29 sys_time_t current_active_exit_tick = 0; in pwrmgmt_cpu_active_msec_set() local42 current_active_exit_tick = krhino_sys_tick_get() + active_tick; in pwrmgmt_cpu_active_msec_set()43 if (current_active_exit_tick > cpu_pwr_active_exit_tick) { in pwrmgmt_cpu_active_msec_set()44 cpu_pwr_active_exit_tick = current_active_exit_tick; in pwrmgmt_cpu_active_msec_set()
Completed in 4 milliseconds