Searched refs:update_io_ticks (Results 1 – 4 of 4) sorted by relevance
| /linux/block/ |
| H A D | blk-core.c | 1064 void update_io_ticks(struct block_device *part, unsigned long now, bool end) in update_io_ticks() function 1084 update_io_ticks(bdev, start_time, false); in bdev_start_io_acct() 1112 update_io_ticks(bdev, now, true); in bdev_end_io_acct()
|
| H A D | genhd.c | 1069 update_io_ticks(bdev, jiffies, true); in part_stat_show() 1378 update_io_ticks(hd, jiffies, true); in diskstats_show()
|
| H A D | blk.h | 487 void update_io_ticks(struct block_device *part, unsigned long now, bool end);
|
| H A D | blk-mq.c | 1082 update_io_ticks(req->part, jiffies, true); in blk_account_io_done() 1114 update_io_ticks(req->part, jiffies, false); in blk_account_io_start()
|