Home
last modified time | relevance | path

Searched refs:blk_plug_cb_fn (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/md/
Draid1-10.c134 blk_plug_cb_fn unplug, int copies) in raid1_add_bio_to_plug()
/Linux-v6.6/include/linux/
Dblkdev.h979 typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool); typedef
982 blk_plug_cb_fn callback;
985 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug,
/Linux-v6.6/block/
Dblk-core.c1113 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged()