Searched refs:dm_jiffies_to_msec64 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-stats.c832 static unsigned long long dm_jiffies_to_msec64(struct dm_stat *s, unsigned long long j) function
902 dm_jiffies_to_msec64(s, shared->tmp.ticks[READ]),
906 dm_jiffies_to_msec64(s, shared->tmp.ticks[WRITE]),
908 dm_jiffies_to_msec64(s, shared->tmp.io_ticks_total),
909 dm_jiffies_to_msec64(s, shared->tmp.time_in_queue),
910 dm_jiffies_to_msec64(s, shared->tmp.io_ticks[READ]),
911 dm_jiffies_to_msec64(s, shared->tmp.io_ticks[WRITE]));

Completed in 127 milliseconds