Searched defs:stop_count (Results 1 - 1 of 1) sorted by relevance

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

Completed in 142 milliseconds