Searched refs:comptask (Results 1 – 4 of 4) sorted by relevance
118 queue_kthread_work(worker, &cq->comptask); in qib_cq_enter()176 struct qib_cq *cq = container_of(work, struct qib_cq, comptask); in send_complete()303 init_kthread_work(&cq->comptask, send_complete); in qib_create_cq()335 flush_kthread_work(&cq->comptask); in qib_destroy_cq()
271 struct kthread_work comptask; member
109 tasklet_hi_schedule(&cq->comptask); in ipath_cq_enter()287 tasklet_init(&cq->comptask, send_complete, (unsigned long)cq); in ipath_create_cq()319 tasklet_kill(&cq->comptask); in ipath_destroy_cq()
216 struct tasklet_struct comptask; member