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.c130 static int timehands_count = 2; variable
131 SYSCTL_INT(_kern_timecounter, OID_AUTO, timehands_count,
133 &timehands_count, 0, "Count of timehands in rotation");
1988 &timehands_count); in inittimehands()
1989 if (timehands_count < 1) in inittimehands()
1990 timehands_count = 1; in inittimehands()
1991 if (timehands_count > nitems(ths)) in inittimehands()
1992 timehands_count = nitems(ths); in inittimehands()
1993 for (i = 1, thp = &ths[0]; i < timehands_count; thp = &ths[i++]) in inittimehands()