Home
last modified time | relevance | path

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

/linux-4.1.27/include/xen/interface/
Dvcpu.h94 #define RUNSTATE_runnable 1 macro
/linux-4.1.27/arch/x86/xen/
Dtime.c101 return per_cpu(xen_runstate, vcpu).state == RUNSTATE_runnable; in xen_vcpu_stolen()
129 runnable = state.time[RUNSTATE_runnable] - snap->time[RUNSTATE_runnable]; in do_stolen_accounting()