Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_tc.c153 static void tc_windup(struct bintime *new_boottimebin);
1361 tc_windup(struct bintime *new_boottimebin) in tc_windup() argument
1385 if (new_boottimebin != NULL) in tc_windup()
1386 th->th_boottime = *new_boottimebin; in tc_windup()