Home
last modified time | relevance | path

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

/arch/mips/kernel/
A Dsync-r4k.c30 static atomic_t stop_count; variable
126 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()
/arch/x86/kernel/
A Dtsc_sync.c247 static atomic_t stop_count; variable
381 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