Lines Matching refs:taskqueue_busy
57 struct taskqueue_busy { struct
62 LIST_ENTRY(taskqueue_busy) tb_link; argument
67 LIST_HEAD(, taskqueue_busy) tq_active;
142 TQ_SLEEP_BUSY(struct taskqueue *tq, struct taskqueue_busy *tb, const char *wm) in TQ_SLEEP_BUSY()
150 static struct taskqueue_busy *
153 struct taskqueue_busy *tb; in task_get_busy()
259 struct taskqueue_busy *tb; in taskqueue_enqueue_locked()
461 struct taskqueue_busy *tb; in taskqueue_drain_tq_active()
511 struct taskqueue_busy tb; in taskqueue_run_locked()
591 struct taskqueue_busy *tb; in taskqueue_cancel_locked()
647 struct taskqueue_busy *tb; in taskqueue_drain()