Searched refs:controller_pause_count (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | domain.c | 349 d->controller_pause_count = 1; in domain_create() 927 int old, new, prev = v->controller_pause_count; in vcpu_pause_by_systemcontroller() 937 prev = cmpxchg(&v->controller_pause_count, old, new); in vcpu_pause_by_systemcontroller() 947 int old, new, prev = v->controller_pause_count; in vcpu_unpause_by_systemcontroller() 957 prev = cmpxchg(&v->controller_pause_count, old, new); in vcpu_unpause_by_systemcontroller() 1003 int old, new, prev = d->controller_pause_count; in __domain_pause_by_systemcontroller() 1017 prev = cmpxchg(&d->controller_pause_count, old, new); in __domain_pause_by_systemcontroller() 1027 int old, new, prev = d->controller_pause_count; in domain_unpause_by_systemcontroller() 1037 prev = cmpxchg(&d->controller_pause_count, old, new); in domain_unpause_by_systemcontroller()
|
A D | domctl.c | 188 (d->controller_pause_count > 0 ? XEN_DOMINF_paused : 0) | in getdomaininfo()
|
A D | event_channel.c | 1014 if ( d != current->domain && !d->controller_pause_count ) in evtchn_reset()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | sched.h | 230 int controller_pause_count; member 361 int controller_pause_count; member
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | domctl.c | 1038 if ( !d->controller_pause_count ) in arch_do_domctl() 1053 if ( !d->controller_pause_count ) in arch_do_domctl() 1072 domctl->u.gdbsx_domstatus.paused = d->controller_pause_count > 0; in arch_do_domctl()
|
Completed in 14 milliseconds