Searched refs:update_io_ticks (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/block/ |
| D | blk-core.c | 938 void update_io_ticks(struct block_device *part, unsigned long now, bool end) in update_io_ticks() function 957 update_io_ticks(bdev, start_time, false); in bdev_start_io_acct() 985 update_io_ticks(bdev, now, true); in bdev_end_io_acct()
|
| D | blk.h | 346 void update_io_ticks(struct block_device *part, unsigned long now, bool end);
|
| D | genhd.c | 958 update_io_ticks(bdev, jiffies, true); in part_stat_show() 1251 update_io_ticks(hd, jiffies, true); in diskstats_show()
|
| D | blk-mq.c | 994 update_io_ticks(req->part, jiffies, true); in blk_account_io_done() 1018 update_io_ticks(req->part, jiffies, false); in blk_account_io_start()
|