Searched refs:update_io_ticks (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/block/ |
H A D | blk-core.c | 958 void update_io_ticks(struct block_device *part, unsigned long now, bool end) in update_io_ticks() function 978 update_io_ticks(bdev, start_time, false); in bdev_start_io_acct() 1006 update_io_ticks(bdev, now, true); in bdev_end_io_acct()
|
H A D | blk.h | 346 void update_io_ticks(struct block_device *part, unsigned long now, bool end);
|
H A D | genhd.c | 967 update_io_ticks(bdev, jiffies, true); in part_stat_show() 1268 update_io_ticks(hd, jiffies, true); in diskstats_show()
|
H A D | blk-mq.c | 995 update_io_ticks(req->part, jiffies, true); in blk_account_io_done() 1021 update_io_ticks(req->part, jiffies, false); in blk_account_io_start()
|