Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dtsc_sync.c34 static struct timer_list tsc_sync_check_timer; variable
105 tsc_sync_check_timer.expires += SYNC_CHECK_INTERVAL; in tsc_sync_check_timer_fn()
106 add_timer_on(&tsc_sync_check_timer, next_cpu); in tsc_sync_check_timer_fn()
114 timer_setup(&tsc_sync_check_timer, tsc_sync_check_timer_fn, 0); in start_sync_check_timer()
115 tsc_sync_check_timer.expires = jiffies + SYNC_CHECK_INTERVAL; in start_sync_check_timer()
116 add_timer(&tsc_sync_check_timer); in start_sync_check_timer()