Home
last modified time | relevance | path

Searched refs:blk_queue_softirq_done (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/block/
Dblk-settings.c57 void blk_queue_softirq_done(struct request_queue *q, softirq_done_fn *fn) in blk_queue_softirq_done() function
61 EXPORT_SYMBOL(blk_queue_softirq_done);
Dbsg-lib.c328 blk_queue_softirq_done(q, bsg_softirq_done); in bsg_setup_queue()
Dblk-mq.c2628 blk_queue_softirq_done(q, set->ops->complete); in blk_mq_init_allocated_queue()
/Linux-v4.19/drivers/md/
Ddm-rq.c720 blk_queue_softirq_done(md->queue, dm_softirq_done); in dm_old_init_request_queue()
/Linux-v4.19/include/linux/
Dblkdev.h1241 extern void blk_queue_softirq_done(struct request_queue *, softirq_done_fn *);
/Linux-v4.19/drivers/block/
Dnull_blk_main.c1781 blk_queue_softirq_done(nullb->q, null_softirq_done_fn); in null_add_dev()
/Linux-v4.19/drivers/scsi/
Dscsi_lib.c2311 blk_queue_softirq_done(q, scsi_softirq_done); in scsi_old_alloc_queue()