Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dtsc_sync.c29 static __cpuinitdata atomic_t stop_count; variable
145 atomic_set(&stop_count, 0); in check_tsc_sync_source()
159 while (atomic_read(&stop_count) != cpus-1) in check_tsc_sync_source()
184 atomic_inc(&stop_count); in check_tsc_sync_source()
210 atomic_inc(&stop_count); in check_tsc_sync_target()
215 while (atomic_read(&stop_count) != cpus) in check_tsc_sync_target()