Searched refs:timestamp_precision (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/dev/sound/ |
| H A D | clone.c | 161 SYSCTL_PROC(_hw_snd, OID_AUTO, timestamp_precision, CTLTYPE_INT | CTLFLAG_RW,
|
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_subr.c | 871 static int timestamp_precision = TSP_USEC; variable 872 SYSCTL_INT(_vfs, OID_AUTO, timestamp_precision, CTLFLAG_RW, 873 ×tamp_precision, 0, "File timestamp precision (0: seconds, " 885 switch (timestamp_precision) { in vfs_timestamp()
|