COUNTS_PER_SEC
.tc_frequency = COUNTS_PER_SEC,
counts_per_hz = COUNTS_PER_SEC / 100;
if (hz < 50 || COUNTS_PER_SEC % hz) {
counts_per_hz = COUNTS_PER_SEC / hz;
#define COUNTS_PER_USEC ((COUNTS_PER_SEC / 1000000) + 1)
.tc_frequency = COUNTS_PER_SEC,
counts_per_hz = COUNTS_PER_SEC / 100;
if (hz < 50 || COUNTS_PER_SEC % hz) {
counts_per_hz = COUNTS_PER_SEC / hz;
.tc_frequency = COUNTS_PER_SEC,
#ifndef COUNTS_PER_SEC
#define COUNTS_PER_USEC (COUNTS_PER_SEC / 1000000)
if (hz < 50 || COUNTS_PER_SEC % hz) {
counts_per_hz = COUNTS_PER_SEC / hz;
#define COUNTS_PER_USEC ((COUNTS_PER_SEC / 1000000) + 1)
.tc_frequency = COUNTS_PER_SEC,
if (hz < 50 || COUNTS_PER_SEC % hz) {
else if (stathz < 50 || COUNTS_PER_SEC % stathz) {
else if (profhz < stathz || COUNTS_PER_SEC % profhz) {
intvl = COUNTS_PER_SEC / hz;
statint = COUNTS_PER_SEC / stathz;
profint = COUNTS_PER_SEC / profhz;
.tc_frequency = COUNTS_PER_SEC,
counts_per_hz = COUNTS_PER_SEC / 100;
if (hz < 50 || COUNTS_PER_SEC % hz) {
counts_per_hz = COUNTS_PER_SEC / hz;
#define COUNTS_PER_USEC (COUNTS_PER_SEC / 1000000)
.tc_frequency = COUNTS_PER_SEC,
.tc_frequency = COUNTS_PER_SEC,
if (COUNTS_PER_SEC % hz) {
else if (COUNTS_PER_SEC % stathz) {
else if (profhz < stathz || COUNTS_PER_SEC % profhz) {
intvl = COUNTS_PER_SEC / hz;
statint = COUNTS_PER_SEC / stathz;
profint = COUNTS_PER_SEC / profhz;