Home
last modified time | relevance | path

Searched refs:update_io_ticks (Results 1 – 4 of 4) sorted by relevance

/linux/block/
H A Dblk-core.c993 void update_io_ticks(struct block_device *part, unsigned long now, bool end) in update_io_ticks() function
1013 update_io_ticks(bdev, start_time, false); in bdev_start_io_acct()
1041 update_io_ticks(bdev, now, true); in bdev_end_io_acct()
H A Dgenhd.c961 update_io_ticks(bdev, jiffies, true); in part_stat_show()
1263 update_io_ticks(hd, jiffies, true); in diskstats_show()
H A Dblk.h419 void update_io_ticks(struct block_device *part, unsigned long now, bool end);
H A Dblk-mq.c990 update_io_ticks(req->part, jiffies, true); in blk_account_io_done()
1016 update_io_ticks(req->part, jiffies, false); in blk_account_io_start()