Home
last modified time | relevance | path

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

/kvm-unit-tests/powerpc/
H A Datomics.c306 static int smp_lock_started; variable
312 atomic_fetch_inc(&smp_lock_started); in smp_lock_fn()
313 while (smp_lock_started < nr_cpus_present) in smp_lock_fn()
321 atomic_fetch_dec(&smp_lock_started); in smp_lock_fn()
332 while (smp_lock_started < nr_cpus_present - 1) in test_smp_lock()
335 while (smp_lock_started > 0) in test_smp_lock()