Searched refs:dm_jiffies_to_msec64 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/md/ |
A D | dm-stats.c | 778 static unsigned long long dm_jiffies_to_msec64(struct dm_stat *s, unsigned long long j) in dm_jiffies_to_msec64() function 848 dm_jiffies_to_msec64(s, shared->tmp.ticks[READ]), in dm_stats_print() 852 dm_jiffies_to_msec64(s, shared->tmp.ticks[WRITE]), in dm_stats_print() 854 dm_jiffies_to_msec64(s, shared->tmp.io_ticks_total), in dm_stats_print() 855 dm_jiffies_to_msec64(s, shared->tmp.time_in_queue), in dm_stats_print() 856 dm_jiffies_to_msec64(s, shared->tmp.io_ticks[READ]), in dm_stats_print() 857 dm_jiffies_to_msec64(s, shared->tmp.io_ticks[WRITE])); in dm_stats_print()
|
Completed in 5 milliseconds