Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dwait.c46 if ( wqv == NULL ) in init_waitqueue_vcpu()
53 xfree(wqv); in init_waitqueue_vcpu()
59 wqv->vcpu = v; in init_waitqueue_vcpu()
61 v->waitqueue_vcpu = wqv; in init_waitqueue_vcpu()
70 wqv = v->waitqueue_vcpu; in destroy_waitqueue_vcpu()
71 if ( wqv == NULL ) in destroy_waitqueue_vcpu()
78 xfree(wqv); in destroy_waitqueue_vcpu()
131 ASSERT(wqv->esp == 0); in __prepare_to_wait()
166 wqv->esp = NULL; in __finish_wait()
195 : : "S" (wqv->stack), "D" (wqv->esp), in check_wakeup_from_wait()
[all …]

Completed in 3 milliseconds