Home
last modified time | relevance | path

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

/xen/xen/common/
A Dwait.c27 struct waitqueue_vcpu { struct
42 struct waitqueue_vcpu *wqv; in init_waitqueue_vcpu() argument
44 wqv = xzalloc(struct waitqueue_vcpu); in init_waitqueue_vcpu()
60 v->waitqueue_vcpu = wqv; in init_waitqueue_vcpu()
67 struct waitqueue_vcpu *wqv; in destroy_waitqueue_vcpu()
69 wqv = v->waitqueue_vcpu; in destroy_waitqueue_vcpu()
79 v->waitqueue_vcpu = NULL; in destroy_waitqueue_vcpu()
95 struct waitqueue_vcpu *wqv; in wake_up_nr()
187 struct waitqueue_vcpu *wqv = curr->waitqueue_vcpu; in check_wakeup_from_wait()
230 struct waitqueue_vcpu *wqv = curr->waitqueue_vcpu; in prepare_to_wait()
[all …]
/xen/xen/include/xen/
A Dsched.h146 struct waitqueue_vcpu;
248 struct waitqueue_vcpu *waitqueue_vcpu; member

Completed in 13 milliseconds