Searched refs:icq (Results 1 – 3 of 3) sorted by relevance
39 static void ioc_exit_icq(struct io_cq *icq) in ioc_exit_icq() argument41 struct elevator_type *et = icq->q->elevator->type; in ioc_exit_icq()43 if (icq->flags & ICQ_EXITED) in ioc_exit_icq()47 et->ops.exit_icq(icq); in ioc_exit_icq()49 icq->flags |= ICQ_EXITED; in ioc_exit_icq()54 struct io_cq *icq; in ioc_exit_icqs() local57 hlist_for_each_entry(icq, &ioc->icq_list, ioc_node) in ioc_exit_icqs()58 ioc_exit_icq(icq); in ioc_exit_icqs()66 static void ioc_destroy_icq(struct io_cq *icq) in ioc_destroy_icq() argument68 struct io_context *ioc = icq->ioc; in ioc_destroy_icq()[all …]
479 struct io_cq icq; /* must be the first member */ member
201 struct io_cq *icq; member