Lines Matching refs:time
27 /* return an consistent snapshot of 64-bit time/counter value */
82 res->time[i] += per_cpu(old_runstate_time, cpu)[i];
92 case -1: /* backup runstate time before suspend */
108 memcpy(runstate_delta[cpu].time, state.time,
109 sizeof(runstate_delta[cpu].time));
114 case 0: /* backup runstate time after resume */
116 pr_warn("%s: cannot accumulate runstate time as runstate_delta is NULL\n",
124 runstate_delta[cpu].time[i];
129 default: /* do not accumulate runstate time for checkpointing */
158 return state.time[RUNSTATE_runnable] + state.time[RUNSTATE_offline];