Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_timer.c66 if (lwptp->lwpt_timecheck == timechanged && in lwp_timer_timeout()
102 lwptp->lwpt_timecheck = timechanged; /* do this before gethrestime() */ in lwp_timer_copyin()
153 if (lwptp->lwpt_timecheck == timechanged && in lwp_timer_enqueue()
/illumos-gate/usr/src/uts/common/sys/
H A Dlwp_timer_impl.h44 int lwpt_timecheck; member