Searched refs:waitqueue_head (Results 1 – 3 of 3) sorted by relevance
16 struct waitqueue_head { struct23 struct waitqueue_head name = { \ argument29 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);
45 struct waitqueue_head wq;
82 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