Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dntp.c486 static void sync_hw_clock(struct work_struct *work);
487 static DECLARE_WORK(sync_work, sync_hw_clock);
619 static void sync_hw_clock(struct work_struct *work) in sync_hw_clock() function