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

/linux-master/drivers/md/
H A Ddm-stats.h16 bool precise_timestamps; member in struct:dm_stats
44 if (unlikely(stats->precise_timestamps))
H A Ddm-stats.c201 stats->precise_timestamps = false;
248 bool precise_timestamps = false; local
253 precise_timestamps = true;
257 stats->precise_timestamps = precise_timestamps;
511 DMEMIT(" precise_timestamps");
1064 if (!strcasecmp(a, "precise_timestamps"))

Completed in 126 milliseconds