Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dwait.c26 struct waitqueue_vcpu { struct
43 struct waitqueue_vcpu *wqv; in init_waitqueue_vcpu() argument
45 wqv = xzalloc(struct waitqueue_vcpu); in init_waitqueue_vcpu()
61 v->waitqueue_vcpu = wqv; in init_waitqueue_vcpu()
68 struct waitqueue_vcpu *wqv; in destroy_waitqueue_vcpu()
70 wqv = v->waitqueue_vcpu; in destroy_waitqueue_vcpu()
80 v->waitqueue_vcpu = NULL; in destroy_waitqueue_vcpu()
96 struct waitqueue_vcpu *wqv; in wake_up_nr()
172 struct waitqueue_vcpu *wqv = current->waitqueue_vcpu; in check_wakeup_from_wait()
210 struct waitqueue_vcpu *wqv = curr->waitqueue_vcpu; in prepare_to_wait()
[all …]
/xen-4.10.0-shim-comet/xen/include/xen/
A Dsched.h140 struct waitqueue_vcpu;
260 struct waitqueue_vcpu *waitqueue_vcpu; member

Completed in 5 milliseconds