Lines Matching refs:time
26 /* return an consistent snapshot of 64-bit time/counter value */
81 res->time[i] += per_cpu(old_runstate_time, cpu)[i];
91 case -1: /* backup runstate time before suspend */
107 memcpy(runstate_delta[cpu].time, state.time,
108 sizeof(runstate_delta[cpu].time));
113 case 0: /* backup runstate time after resume */
115 pr_warn("%s: cannot accumulate runstate time as runstate_delta is NULL\n",
123 runstate_delta[cpu].time[i];
128 default: /* do not accumulate runstate time for checkpointing */
157 return state.time[RUNSTATE_runnable] + state.time[RUNSTATE_offline];
178 pv_ops.time.steal_clock = xen_steal_clock;