Searched refs:stop_count (Results 1 – 2 of 2) sorted by relevance
30 static atomic_t stop_count; variable126 while (atomic_read(&stop_count) != cpus-1) in check_counter_sync_source()162 atomic_inc(&stop_count); in check_counter_sync_source()205 atomic_inc(&stop_count); in synchronise_count_slave()210 while (atomic_read(&stop_count) != cpus) in synchronise_count_slave()216 atomic_set(&stop_count, 0); in synchronise_count_slave()
247 static atomic_t stop_count; variable381 while (atomic_read(&stop_count) != cpus-1) in check_tsc_sync_source()420 atomic_inc(&stop_count); in check_tsc_sync_source()477 atomic_inc(&stop_count); in check_tsc_sync_target()482 while (atomic_read(&stop_count) != cpus) in check_tsc_sync_target()488 atomic_set(&stop_count, 0); in check_tsc_sync_target()
Completed in 3 milliseconds