Home
last modified time | relevance | path

Searched refs:RUNSTATE_offline (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/xen/interface/
H A Dvcpu.h111 #define RUNSTATE_offline 3 macro
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dtime.c157 return state.time[RUNSTATE_runnable] + state.time[RUNSTATE_offline]; in xen_steal_clock()