Searched refs:newtc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_timer.c266 acpi_timer_resume_handler(struct timecounter *newtc) argument
271 if (tc != newtc) {
275 tc->tc_name, newtc->tc_name);
276 (void)newtc->tc_get_timecount(newtc);
277 (void)newtc->tc_get_timecount(newtc);
278 timecounter = newtc;
283 acpi_timer_suspend_handler(struct timecounter *newtc) argument
301 KASSERT(newtc
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_tc.c1505 struct timecounter *newtc, *tc; local
1518 for (newtc = timecounters; newtc != NULL; newtc = newtc->tc_next) {
1519 if (strcmp(newname, newtc->tc_name) != 0)
1523 (void)newtc->tc_get_timecount(newtc);
1524 (void)newtc->tc_get_timecount(newtc);
[all...]

Completed in 70 milliseconds