Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/sound/
Dclone.c159 SYSCTL_PROC(_hw_snd, OID_AUTO, timestamp_precision, CTLTYPE_INT | CTLFLAG_RW,
/freebsd-9-stable/sys/kern/
Dvfs_subr.c625 static int timestamp_precision = TSP_USEC; variable
626 SYSCTL_INT(_vfs, OID_AUTO, timestamp_precision, CTLFLAG_RW,
627 &timestamp_precision, 0, "File timestamp precision (0: seconds, "
639 switch (timestamp_precision) { in vfs_timestamp()