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

/freebsd-current/usr.bin/systat/
H A Diolat.c356 uint64_t sbt_base; local
357 size_t len = sizeof(sbt_base);
362 if (sysctlbyname(CAM_IOSCHED_BASE, &sbt_base, &len, NULL, 0) == 0)
363 baselat = sbt_base * 1e-6; /* Convert to microseconds */

Completed in 107 milliseconds