Home
last modified time | relevance | path

Searched refs:old_hres_lock (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/
H A Dtimestamp.c161 uint32_t old_hres_lock; in tsc_gethrtime() local
165 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() local
204 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() local
262 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 …]
/titanic_41/usr/src/lib/commpage/common/
H A Dcp_main.c74 uint32_t old_hres_lock; in __cp_gethrtime() local
94 old_hres_lock = cp->cp_hres_lock; in __cp_gethrtime()
98 } while ((old_hres_lock & ~1) != cp->cp_hres_lock); in __cp_gethrtime()