Home
last modified time | relevance | path

Searched refs:CALLOUT_FLAG_HRESTIME (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_timer.c75 (CALLOUT_FLAG_HRESTIME | CALLOUT_FLAG_ROUNDUP)); in lwp_timer_timeout()
165 (CALLOUT_FLAG_HRESTIME | CALLOUT_FLAG_ROUNDUP)); in lwp_timer_enqueue()
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h334 #define CALLOUT_FLAG_HRESTIME 0x4 macro
/illumos-gate/usr/src/uts/common/os/
H A Dcondvar.c798 CALLOUT_FLAG_HRESTIME); in cv_waituntil_sig()
H A Dcallout.c1098 if (flags & CALLOUT_FLAG_HRESTIME) in timeout_generic()