Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-core.c958 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 Dblk.h346 void update_io_ticks(struct block_device *part, unsigned long now, bool end);
H A Dgenhd.c967 update_io_ticks(bdev, jiffies, true); in part_stat_show()
1268 update_io_ticks(hd, jiffies, true); in diskstats_show()
H A Dblk-mq.c995 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()