Searched refs:bdev_start_io_acct (Results 1 - 4 of 4) sorted by relevance

/linux-master/block/
H A Dblk-core.c1000 unsigned long bdev_start_io_acct(struct block_device *bdev, enum req_op op, function
1010 EXPORT_SYMBOL(bdev_start_io_acct); variable
1020 return bdev_start_io_acct(bio->bi_bdev, bio_op(bio), jiffies);
/linux-master/drivers/nvme/host/
H A Dmultipath.c134 nvme_req(rq)->start_time = bdev_start_io_acct(disk->part0, req_op(rq),
/linux-master/include/linux/
H A Dblkdev.h1459 unsigned long bdev_start_io_acct(struct block_device *bdev, enum req_op op,
/linux-master/drivers/md/
H A Ddm.c514 bdev_start_io_acct(bio->bi_bdev, bio_op(bio),

Completed in 131 milliseconds