Searched refs:tsc_spin_start (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/osfmk/i386/ |
| H A D | mp.c | 838 uint64_t tsc_spin_start = rdtsc64(); in mp_safe_spin_lock() local 842 if (mp_spin_timeout(tsc_spin_start)) { in mp_safe_spin_lock() 876 uint64_t tsc_spin_start; in mp_rendezvous_action() local 894 tsc_spin_start = rdtsc64(); in mp_rendezvous_action() 901 if (mp_spin_timeout(tsc_spin_start)) { in mp_rendezvous_action() 902 …of %d responses, start: 0x%llx, cur: 0x%llx", mp_rv_entry, mp_rv_ncpus, tsc_spin_start, rdtsc64()); in mp_rendezvous_action() 913 tsc_spin_start = rdtsc64(); in mp_rendezvous_action() 918 if (mp_spin_timeout(tsc_spin_start)) { in mp_rendezvous_action() 919 … of %d responses, start: 0x%llx, cur: 0x%llx", mp_rv_exit, mp_rv_ncpus, tsc_spin_start, rdtsc64()); in mp_rendezvous_action() 940 uint64_t tsc_spin_start; in mp_rendezvous() local [all …]
|