Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_tc.c116 static int timehands_count = 2; variable
117 SYSCTL_INT(_kern_timecounter, OID_AUTO, timehands_count,
119 &timehands_count, 0, "Count of timehands in rotation");
1972 &timehands_count); in inittimehands()
1973 if (timehands_count < 1) in inittimehands()
1974 timehands_count = 1; in inittimehands()
1975 if (timehands_count > nitems(ths)) in inittimehands()
1976 timehands_count = nitems(ths); in inittimehands()
1977 for (i = 1, thp = &ths[0]; i < timehands_count; thp = &ths[i++]) in inittimehands()