Lines Matching defs:cond_wait
160 struct cond_wait {
161 struct cond_wait *next;
166 static void flush_cond_wait(struct cond_wait **head);
245 struct cond_wait *gpio_wait_q;
2257 struct cond_wait *w, *prev;
2934 static void init_cond_wait(struct cond_wait *w, unsigned int data)
2941 static void add_cond_wait(struct cond_wait **head, struct cond_wait *w)
2949 static void remove_cond_wait(struct cond_wait **head, struct cond_wait *cw)
2951 struct cond_wait *w, *prev;
2965 static void flush_cond_wait(struct cond_wait **head)
2994 struct cond_wait wait;