Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dtsc_sync.c28 static atomic_t stop_count; variable
144 atomic_set(&stop_count, 0); in check_tsc_sync_source()
158 while (atomic_read(&stop_count) != cpus-1) in check_tsc_sync_source()
183 atomic_inc(&stop_count); in check_tsc_sync_source()
209 atomic_inc(&stop_count); in check_tsc_sync_target()
214 while (atomic_read(&stop_count) != cpus) in check_tsc_sync_target()