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

/freebsd-11-stable/sys/dev/sio/
H A Dsio.c1446 static struct timespec siots[8]; variable in typeref:struct:timespec
1459 delta = (long long)(siots[i].tv_sec - siots[i - 1].tv_sec) *
1461 (siots[i].tv_nsec - siots[i - 1].tv_nsec);
1465 (long)siots[i].tv_sec, siots[i].tv_nsec) - 1;
1475 SYSCTL_PROC(_machdep, OID_AUTO, siots, CTLTYPE_STRING | CTLFLAG_RD,
1641 && siotso < nitems(siots))
1642 nanouptime(&siots[siots
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c2225 static struct timespec siots[8]; variable in typeref:struct:timespec
2238 delta = (long long)(siots[i].tv_sec - siots[i - 1].tv_sec) *
2240 (siots[i].tv_nsec - siots[i - 1].tv_nsec);
2244 (long)siots[i].tv_sec, siots[i].tv_nsec) - 1;
2254 SYSCTL_PROC(_machdep, OID_AUTO, siots, CTLTYPE_STRING | CTLFLAG_RD,
2545 && siotso < sizeof siots / sizeof siots[
[all...]

Completed in 123 milliseconds