Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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 Dsched.h292 struct waitqueue_head wq;
/xen-4.10.0-shim-comet/xen/common/
A Dwait.c83 void init_waitqueue_head(struct waitqueue_head *wq) in init_waitqueue_head()
89 void destroy_waitqueue_head(struct waitqueue_head *wq) in destroy_waitqueue_head()
94 void wake_up_nr(struct waitqueue_head *wq, unsigned int nr) in wake_up_nr()
111 void wake_up_one(struct waitqueue_head *wq) in wake_up_one()
116 void wake_up_all(struct waitqueue_head *wq) in wake_up_all()
207 void prepare_to_wait(struct waitqueue_head *wq) in prepare_to_wait()
223 void finish_wait(struct waitqueue_head *wq) in finish_wait()

Completed in 6 milliseconds