Home
last modified time | relevance | path

Searched refs:lwpt_id (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_timer.c73 lwptp->lwpt_id = timeout_generic(CALLOUT_REALTIME, in lwp_timer_timeout()
134 lwptp->lwpt_id = 0; in lwp_timer_copyin()
163 lwptp->lwpt_id = timeout_generic(CALLOUT_REALTIME, in lwp_timer_enqueue()
185 while ((tmp_id = lwptp->lwpt_id) != 0) { in lwp_timer_dequeue()
186 lwptp->lwpt_id = 0; in lwp_timer_dequeue()
/illumos-gate/usr/src/uts/common/sys/
H A Dlwp_timer_impl.h47 callout_id_t lwpt_id; member
/illumos-gate/usr/src/uts/common/os/
H A Dturnstile.c519 if (lwptp->lwpt_id != 0) in turnstile_block()
615 if (lwptp->lwpt_id != 0) { in turnstile_block()