Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_subr.c994 enum { TSP_SEC, TSP_HZ, TSP_USEC, TSP_NSEC }; enumerator
996 static int timestamp_precision = TSP_USEC;
1018 case TSP_USEC: in vfs_timestamp()