Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dwait.h16 struct waitqueue_head { struct
23 struct waitqueue_head name = { \ argument
29 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);
54 void prepare_to_wait(struct waitqueue_head *wq);
56 void finish_wait(struct waitqueue_head *wq);
A Dvm_event.h45 struct waitqueue_head wq;
/xen/xen/common/
A Dwait.c82 void init_waitqueue_head(struct waitqueue_head *wq) in init_waitqueue_head()
88 void destroy_waitqueue_head(struct waitqueue_head *wq) in destroy_waitqueue_head()
93 void wake_up_nr(struct waitqueue_head *wq, unsigned int nr) in wake_up_nr()
110 void wake_up_one(struct waitqueue_head *wq) in wake_up_one()
115 void wake_up_all(struct waitqueue_head *wq) in wake_up_all()
227 void prepare_to_wait(struct waitqueue_head *wq) in prepare_to_wait()
243 void finish_wait(struct waitqueue_head *wq) in finish_wait()

Completed in 7 milliseconds