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.c152 static char tc_from_tunable[16]; variable
1245 if (tc_from_tunable[0] != '\0' && in tc_init()
1246 strcmp(tc->tc_name, tc_from_tunable) == 0) { in tc_init()
1248 tc_from_tunable[0] = '\0'; in tc_init()
1997 TUNABLE_STR_FETCH("kern.timecounter.hardware", tc_from_tunable, in inittimehands()
1998 sizeof(tc_from_tunable)); in inittimehands()