Home
last modified time | relevance | path

Searched refs:comptask (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_cq.c118 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()
Dqib_verbs.h271 struct kthread_work comptask; member
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_cq.c109 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()
Dipath_verbs.h216 struct tasklet_struct comptask; member