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.c1014 void update_io_ticks(struct block_device *part, unsigned long now, bool end) in update_io_ticks() function
1034 update_io_ticks(bdev, start_time, false); in bdev_start_io_acct()
1062 update_io_ticks(bdev, now, true); in bdev_end_io_acct()
H A Dgenhd.c1072 update_io_ticks(bdev, jiffies, true); in part_stat_show()
1377 update_io_ticks(hd, jiffies, true); in diskstats_show()
H A Dblk.h453 void update_io_ticks(struct block_device *part, unsigned long now, bool end);
H A Dblk-mq.c1055 update_io_ticks(req->part, jiffies, true); in blk_account_io_done()
1118 update_io_ticks(req->part, jiffies, false); in blk_account_io_start()