Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_tc.c151 static char tc_from_tunable[16]; variable
1238 if (tc_from_tunable[0] != '\0' && in tc_init()
1239 strcmp(tc->tc_name, tc_from_tunable) == 0) { in tc_init()
1241 tc_from_tunable[0] = '\0'; in tc_init()
1989 TUNABLE_STR_FETCH("kern.timecounter.hardware", tc_from_tunable, in inittimehands()
1990 sizeof(tc_from_tunable)); in inittimehands()