Home
last modified time | relevance | path

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

/arch/mips/kernel/
A Dsync-r4k.c29 static atomic_t start_count; variable
116 while (atomic_read(&start_count) != cpus - 1) in check_counter_sync_source()
122 atomic_inc(&start_count); in check_counter_sync_source()
153 atomic_set(&start_count, 0); in check_counter_sync_source()
191 atomic_inc(&start_count); in synchronise_count_slave()
192 while (atomic_read(&start_count) != cpus) in synchronise_count_slave()
/arch/x86/kernel/
A Dtsc_sync.c246 static atomic_t start_count; variable
371 while (atomic_read(&start_count) != cpus - 1) in check_tsc_sync_source()
377 atomic_inc(&start_count); in check_tsc_sync_source()
411 atomic_set(&start_count, 0); in check_tsc_sync_source()
463 atomic_inc(&start_count); in check_tsc_sync_target()
464 while (atomic_read(&start_count) != cpus) in check_tsc_sync_target()
/arch/mips/kvm/
A Dvz.c390 u32 start_count, after_count; in _kvm_vz_restore_htimer() local
398 kvm_mips_freeze_hrtimer(vcpu, &start_count); in _kvm_vz_restore_htimer()
399 write_c0_gtoffset(start_count - read_c0_count()); in _kvm_vz_restore_htimer()
413 if (after_count - start_count > compare - start_count - 1) in _kvm_vz_restore_htimer()

Completed in 12 milliseconds