Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dtsc_sync.c246 static atomic_t start_count; variable
374 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()
/arch/ia64/kernel/
Dmca.c1473 static int start_count = -1; in ia64_mca_cmc_int_caller() local
1479 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() local
1547 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()
/arch/mips/kvm/
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()