Searched refs:timeout_generic (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lwp_timer.c | 73 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 D | tcp_time_wait.c | 230 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 D | tcp_timers.c | 168 tcpt->tcpt_tid = timeout_generic(CALLOUT_NORMAL, tcp_timer_callback, mp, in tcp_timeout()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | callout.c | 981 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 D | condvar.c | 279 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 D | systm.h | 177 callout_id_t timeout_generic(int, void (*)(void *), void *, hrtime_t, hrtime_t,
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zio.c | 1788 (void) timeout_generic(CALLOUT_NORMAL, in zio_delay_interrupt()
|