Home
last modified time | relevance | path

Searched refs:CALLOUT_NORMAL (Results 1 – 6 of 6) sorted by relevance

/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/sys/
H A Dcallo.h188 #define CALLOUT_NORMAL 1 /* normal callout type */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c1207 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()
1875 if (t == CALLOUT_NORMAL) { in callout_cyclic_init()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1284 if (!(coargs->flags & COF_NORM) && (cotype == CALLOUT_NORMAL)) { in callout_t_cb()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c1788 (void) timeout_generic(CALLOUT_NORMAL, in zio_delay_interrupt()