Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dntp.c496 static void sync_hw_clock(struct work_struct *work);
497 static DECLARE_DELAYED_WORK(sync_work, sync_hw_clock);
621 static void sync_hw_clock(struct work_struct *work) in sync_hw_clock() function