Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dtimekeeping.c424 static struct tk_read_base tkr_dummy; in halt_fast_timekeeper() local
427 memcpy(&tkr_dummy, tkr, sizeof(tkr_dummy)); in halt_fast_timekeeper()
429 tkr_dummy.read = dummy_clock_read; in halt_fast_timekeeper()
430 update_fast_timekeeper(&tkr_dummy, &tk_fast_mono); in halt_fast_timekeeper()
433 memcpy(&tkr_dummy, tkr, sizeof(tkr_dummy)); in halt_fast_timekeeper()
434 tkr_dummy.read = dummy_clock_read; in halt_fast_timekeeper()
435 update_fast_timekeeper(&tkr_dummy, &tk_fast_raw); in halt_fast_timekeeper()