Searched refs:dm_jiffies_to_msec64 (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/drivers/md/ |
A D | dm-stats.c | 818 static unsigned long long dm_jiffies_to_msec64(struct dm_stat *s, unsigned long long j) in dm_jiffies_to_msec64() function 888 dm_jiffies_to_msec64(s, shared->tmp.ticks[READ]), in dm_stats_print() 892 dm_jiffies_to_msec64(s, shared->tmp.ticks[WRITE]), in dm_stats_print() 894 dm_jiffies_to_msec64(s, shared->tmp.io_ticks_total), in dm_stats_print() 895 dm_jiffies_to_msec64(s, shared->tmp.time_in_queue), in dm_stats_print() 896 dm_jiffies_to_msec64(s, shared->tmp.io_ticks[READ]), in dm_stats_print() 897 dm_jiffies_to_msec64(s, shared->tmp.io_ticks[WRITE])); in dm_stats_print()
|
Completed in 5 milliseconds