Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dwait.c85 spin_lock_init(&wq->lock); in init_waitqueue_head()
86 INIT_LIST_HEAD(&wq->list); in init_waitqueue_head()
91 wake_up_all(wq); in destroy_waitqueue_head()
98 spin_lock(&wq->lock); in wake_up_nr()
108 spin_unlock(&wq->lock); in wake_up_nr()
113 wake_up_nr(wq, 1); in wake_up_one()
118 wake_up_nr(wq, UINT_MAX); in wake_up_all()
216 spin_lock(&wq->lock); in prepare_to_wait()
220 spin_unlock(&wq->lock); in prepare_to_wait()
233 spin_lock(&wq->lock); in finish_wait()
[all …]
A Dvm_event.c102 init_waitqueue_head(&(*ved)->wq); in vm_event_enable()
179 wake_up_nr(&ved->wq, avail_req); in vm_event_wake_queued()
191 if (!list_empty(&ved->wq.list)) in vm_event_wake()
205 if ( !list_empty(&(*ved)->wq.list) ) in vm_event_disable()
495 wait_event(ved->wq, vm_event_wait_try_grab(ved, &rc) != -EBUSY); in vm_event_wait_slot()
572 destroy_waitqueue_head(&d->vm_event_paging->wq); in vm_event_cleanup()
578 destroy_waitqueue_head(&d->vm_event_monitor->wq); in vm_event_cleanup()
584 destroy_waitqueue_head(&d->vm_event_share->wq); in vm_event_cleanup()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dwait.h29 void init_waitqueue_head(struct waitqueue_head *wq);
30 void destroy_waitqueue_head(struct waitqueue_head *wq);
33 void wake_up_nr(struct waitqueue_head *wq, unsigned int nr);
34 void wake_up_one(struct waitqueue_head *wq);
35 void wake_up_all(struct waitqueue_head *wq);
38 #define wait_event(wq, condition) \ argument
43 prepare_to_wait(&wq); \
48 finish_wait(&wq); \
54 void prepare_to_wait(struct waitqueue_head *wq);
56 void finish_wait(struct waitqueue_head *wq);
A Dsched.h292 struct waitqueue_head wq; member
/xen-4.10.0-shim-comet/tools/tests/mce-test/lib/
A Dxen-mceinj-tool.sh117 echo $string1 | grep $fo -wq

Completed in 7 milliseconds