Lines Matching refs:wq
50 waitq_init(struct waitq *wq)53 TAILQ_INIT(wq);57 waiton(struct waitq *wq, struct puffs_cc *cc)66 TAILQ_INSERT_TAIL(wq, &w, list);71 wakeup_one(struct waitq *wq)76 w = TAILQ_FIRST(wq);78 TAILQ_REMOVE(wq, w, list);88 wakeup(struct waitq *wq)93 TAILQ_FOREACH(w, wq, list) {97 TAILQ_INIT(wq);
Indexes created Wed Oct 22 13:09:56 GMT 2025