Searched refs:tsc_spin_start (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | mp.c | 840 uint64_t tsc_spin_start = rdtsc64(); in mp_safe_spin_lock() local 844 if (mp_spin_timeout(tsc_spin_start)) { in mp_safe_spin_lock() 878 uint64_t tsc_spin_start; in mp_rendezvous_action() local 896 tsc_spin_start = rdtsc64(); in mp_rendezvous_action() 903 if (mp_spin_timeout(tsc_spin_start)) { in mp_rendezvous_action() 904 …of %d responses, start: 0x%llx, cur: 0x%llx", mp_rv_entry, mp_rv_ncpus, tsc_spin_start, rdtsc64()); in mp_rendezvous_action() 915 tsc_spin_start = rdtsc64(); in mp_rendezvous_action() 920 if (mp_spin_timeout(tsc_spin_start)) { in mp_rendezvous_action() 921 … of %d responses, start: 0x%llx, cur: 0x%llx", mp_rv_exit, mp_rv_ncpus, tsc_spin_start, rdtsc64()); in mp_rendezvous_action() 942 uint64_t tsc_spin_start; in mp_rendezvous() local [all …]
|