Home
last modified time | relevance | path

Searched refs:timeout_generic (Results 1 – 7 of 7) 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()
163 lwptp->lwpt_id = timeout_generic(CALLOUT_REALTIME, in lwp_timer_enqueue()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c230 timeout_generic(CALLOUT_NORMAL, in tcp_time_wait_append()
255 timeout_generic(CALLOUT_NORMAL, in tcp_time_wait_append()
582 timeout_generic(CALLOUT_NORMAL, in tcp_time_wait_collector()
H A Dtcp_timers.c168 tcpt->tcpt_tid = timeout_generic(CALLOUT_NORMAL, tcp_timer_callback, mp, in tcp_timeout()
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c981 timeout_generic(int type, void (*func)(void *), void *arg, in timeout_generic() function
1207 id = (ulong_t)timeout_generic(CALLOUT_NORMAL, func, arg, in timeout()
1230 id = timeout_generic(CALLOUT_NORMAL, func, arg, TICK_TO_NSEC(delta), in timeout_default()
1249 id = (ulong_t)timeout_generic(CALLOUT_REALTIME, func, arg, in realtime_timeout()
1272 id = timeout_generic(CALLOUT_REALTIME, func, arg, TICK_TO_NSEC(delta), in realtime_timeout_default()
H A Dcondvar.c279 id = timeout_generic(CALLOUT_REALTIME, (void (*)(void *))cv_wakeup, t, in cv_timedwait_hires()
410 id = timeout_generic(CALLOUT_REALTIME, (void (*)(void *))cv_wakeup, t, in cv_timedwait_sig_hires()
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h177 callout_id_t timeout_generic(int, void (*)(void *), void *, hrtime_t, hrtime_t,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c1788 (void) timeout_generic(CALLOUT_NORMAL, in zio_delay_interrupt()