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.c154 static void tc_windup(struct bintime *new_boottimebin);
1368 tc_windup(struct bintime *new_boottimebin) in tc_windup() argument
1392 if (new_boottimebin != NULL) in tc_windup()
1393 th->th_boottime = *new_boottimebin; in tc_windup()