Searched refs:old_hres_lock (Results 1 – 2 of 2) sorted by relevance
161 uint32_t old_hres_lock; in tsc_gethrtime() local165 old_hres_lock = hres_lock; in tsc_gethrtime()191 } while ((old_hres_lock & ~1) != hres_lock); in tsc_gethrtime()199 uint32_t old_hres_lock; in tsc_gethrtime_delta() local204 old_hres_lock = hres_lock; in tsc_gethrtime_delta()231 } while ((old_hres_lock & ~1) != hres_lock); in tsc_gethrtime_delta()257 uint32_t old_hres_lock; in dtrace_gethrtime() local262 old_hres_lock = hres_lock; in dtrace_gethrtime()290 if ((old_hres_lock & ~1) == hres_lock) in dtrace_gethrtime()302 if (old_hres_lock != hres_lock) in dtrace_gethrtime()[all …]
74 uint32_t old_hres_lock; in __cp_gethrtime() local94 old_hres_lock = cp->cp_hres_lock; in __cp_gethrtime()98 } while ((old_hres_lock & ~1) != cp->cp_hres_lock); in __cp_gethrtime()