Home
last modified time | relevance | path

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

/kernel/time/
Dtimekeeping.c505 static struct tk_read_base tkr_dummy; in halt_fast_timekeeper() local
508 memcpy(&tkr_dummy, tkr, sizeof(tkr_dummy)); in halt_fast_timekeeper()
510 tkr_dummy.clock = &dummy_clock; in halt_fast_timekeeper()
511 update_fast_timekeeper(&tkr_dummy, &tk_fast_mono); in halt_fast_timekeeper()
514 memcpy(&tkr_dummy, tkr, sizeof(tkr_dummy)); in halt_fast_timekeeper()
515 tkr_dummy.clock = &dummy_clock; in halt_fast_timekeeper()
516 update_fast_timekeeper(&tkr_dummy, &tk_fast_raw); in halt_fast_timekeeper()