Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_tc.c129 static int timehands_count = 2; variable
130 SYSCTL_INT(_kern_timecounter, OID_AUTO, timehands_count,
132 &timehands_count, 0, "Count of timehands in rotation");
1980 &timehands_count); in inittimehands()
1981 if (timehands_count < 1) in inittimehands()
1982 timehands_count = 1; in inittimehands()
1983 if (timehands_count > nitems(ths)) in inittimehands()
1984 timehands_count = nitems(ths); in inittimehands()
1985 for (i = 1, thp = &ths[0]; i < timehands_count; thp = &ths[i++]) in inittimehands()