Searched refs:stop_count (Results 1 – 1 of 1) sorted by relevance
28 static atomic_t stop_count; variable144 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()