Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dtimestamp.c201 uint32_t old_hres_lock; in tsc_gethrtime() local
205 old_hres_lock = hres_lock; in tsc_gethrtime()
253 uint32_t old_hres_lock; in tsc_gethrtime_delta() local
258 old_hres_lock = hres_lock; in tsc_gethrtime_delta()
309 uint32_t old_hres_lock, scale; in tsc_gethrtime_params() local
313 old_hres_lock = hres_lock; in tsc_gethrtime_params()
367 uint32_t old_hres_lock; in dtrace_gethrtime() local
372 old_hres_lock = hres_lock; in dtrace_gethrtime()
414 if (old_hres_lock != hres_lock) in dtrace_gethrtime()
458 uint32_t old_hres_lock; in tsc_gethrtimeunscaled() local
[all …]
/illumos-gate/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()
106 } while ((old_hres_lock & ~1) != cp->cp_hres_lock); in __cp_gethrtime()