Searched refs:poll_fn (Results 1 – 6 of 6) sorted by relevance
179 void irq_poll_init(struct irq_poll *iop, int weight, irq_poll_fn *poll_fn) in irq_poll_init() argument184 iop->poll = poll_fn; in irq_poll_init()
115 typedef int (poll_fn)(struct blk_mq_hw_ctx *, unsigned int); typedef142 poll_fn *poll;
456 poll_q_fn *poll_fn; member
198 found = ns->queue->poll_fn(q, qc); in nvme_ns_head_poll()249 q->poll_fn = nvme_ns_head_poll; in nvme_mpath_alloc_disk()
2572 if (!q->poll_fn || !blk_qc_t_valid(cookie)) in blk_poll()2577 return q->poll_fn(q, cookie); in blk_poll()
2615 q->poll_fn = blk_mq_poll; in blk_mq_init_allocated_queue()