Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/time/
Dtimekeeping.c653 static struct tk_read_base tkr_dummy; in halt_fast_timekeeper() local
656 memcpy(&tkr_dummy, tkr, sizeof(tkr_dummy)); in halt_fast_timekeeper()
658 tkr_dummy.clock = &dummy_clock; in halt_fast_timekeeper()
659 tkr_dummy.base_real = tkr->base + tk->offs_real; in halt_fast_timekeeper()
660 update_fast_timekeeper(&tkr_dummy, &tk_fast_mono); in halt_fast_timekeeper()
663 memcpy(&tkr_dummy, tkr, sizeof(tkr_dummy)); in halt_fast_timekeeper()
664 tkr_dummy.clock = &dummy_clock; in halt_fast_timekeeper()
665 update_fast_timekeeper(&tkr_dummy, &tk_fast_raw); in halt_fast_timekeeper()