Searched refs:start_count (Results 1 – 3 of 3) sorted by relevance
246 static atomic_t start_count; variable374 while (atomic_read(&start_count) != cpus - 1) { in check_tsc_sync_source()385 atomic_inc(&start_count); in check_tsc_sync_source()419 atomic_set(&start_count, 0); in check_tsc_sync_source()470 atomic_inc(&start_count); in check_tsc_sync_target()471 while (atomic_read(&start_count) != cpus) in check_tsc_sync_target()
1473 static int start_count = -1; in ia64_mca_cmc_int_caller() local1479 if (start_count == -1) in ia64_mca_cmc_int_caller()1480 start_count = IA64_LOG_COUNT(SAL_INFO_TYPE_CMC); in ia64_mca_cmc_int_caller()1490 if (start_count == IA64_LOG_COUNT(SAL_INFO_TYPE_CMC)) { in ia64_mca_cmc_int_caller()1501 start_count = -1; in ia64_mca_cmc_int_caller()1540 static int start_count = -1; in ia64_mca_cpe_int_caller() local1547 if (start_count == -1) in ia64_mca_cpe_int_caller()1548 start_count = IA64_LOG_COUNT(SAL_INFO_TYPE_CPE); in ia64_mca_cpe_int_caller()1561 if (start_count != IA64_LOG_COUNT(SAL_INFO_TYPE_CPE)) { in ia64_mca_cpe_int_caller()1575 start_count = -1; in ia64_mca_cpe_int_caller()
390 u32 start_count, after_count; in _kvm_vz_restore_htimer() local398 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()