Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_tc.c122 static int timehands_count = 2; variable
123 SYSCTL_INT(_kern_timecounter, OID_AUTO, timehands_count,
125 &timehands_count, 0, "Count of timehands in rotation");
1928 &timehands_count); in inittimehands()
1929 if (timehands_count < 1) in inittimehands()
1930 timehands_count = 1; in inittimehands()
1931 if (timehands_count > nitems(ths)) in inittimehands()
1932 timehands_count = nitems(ths); in inittimehands()
1933 for (i = 1, thp = &ths[0]; i < timehands_count; thp = &ths[i++]) in inittimehands()