Searched refs:controller_pause_count (Results 1 – 6 of 6) sorted by relevance
/xen/xen/common/ |
A D | domain.c | 472 d->controller_pause_count = 1; in domain_create() 985 int old, new, prev = v->controller_pause_count; in vcpu_pause_by_systemcontroller() 995 prev = cmpxchg(&v->controller_pause_count, old, new); in vcpu_pause_by_systemcontroller() 1005 int old, new, prev = v->controller_pause_count; in vcpu_unpause_by_systemcontroller() 1015 prev = cmpxchg(&v->controller_pause_count, old, new); in vcpu_unpause_by_systemcontroller() 1061 int old, new, prev = d->controller_pause_count; in __domain_pause_by_systemcontroller() 1075 prev = cmpxchg(&d->controller_pause_count, old, new); in __domain_pause_by_systemcontroller() 1085 int old, new, prev = d->controller_pause_count; in domain_unpause_by_systemcontroller() 1095 prev = cmpxchg(&d->controller_pause_count, old, new); in domain_unpause_by_systemcontroller()
|
A D | domctl.c | 186 (d->controller_pause_count > 0 ? XEN_DOMINF_paused : 0) | in getdomaininfo()
|
A D | event_channel.c | 1093 if ( d != current->domain && !d->controller_pause_count ) in evtchn_reset()
|
/xen/xen/include/xen/ |
A D | sched.h | 231 int controller_pause_count; member 397 int controller_pause_count; member
|
/xen/xen/arch/x86/ |
A D | domctl.c | 958 if ( !d->controller_pause_count ) in arch_do_domctl() 973 if ( !d->controller_pause_count ) in arch_do_domctl() 992 domctl->u.gdbsx_domstatus.paused = d->controller_pause_count > 0; in arch_do_domctl()
|
/xen/xen/arch/x86/mm/ |
A D | mem_sharing.c | 1754 if ( !cd->controller_pause_count ) in fork()
|
Completed in 17 milliseconds