Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/time/
Dtimekeeping.c635 static struct tk_read_base tkr_dummy; in halt_fast_timekeeper() local
638 memcpy(&tkr_dummy, tkr, sizeof(tkr_dummy)); in halt_fast_timekeeper()
640 tkr_dummy.clock = &dummy_clock; in halt_fast_timekeeper()
641 tkr_dummy.base_real = tkr->base + tk->offs_real; in halt_fast_timekeeper()
642 update_fast_timekeeper(&tkr_dummy, &tk_fast_mono); in halt_fast_timekeeper()
645 memcpy(&tkr_dummy, tkr, sizeof(tkr_dummy)); in halt_fast_timekeeper()
646 tkr_dummy.clock = &dummy_clock; in halt_fast_timekeeper()
647 update_fast_timekeeper(&tkr_dummy, &tk_fast_raw); in halt_fast_timekeeper()