Searched refs:CALLOUT_NORMAL (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | callo.h | 188 #define CALLOUT_NORMAL 1 /* normal callout type */ macro
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_time_wait.c | 213 timeout_generic(CALLOUT_NORMAL, in tcp_time_wait_append() 483 timeout_generic(CALLOUT_NORMAL, tcp_time_wait_collector, 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()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | callout.c | 1206 id = (ulong_t)timeout_generic(CALLOUT_NORMAL, func, arg, in timeout() 1229 id = timeout_generic(CALLOUT_NORMAL, func, arg, TICK_TO_NSEC(delta), in timeout_default() 1874 if (t == CALLOUT_NORMAL) { in callout_cyclic_init()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zio.c | 1402 (void) timeout_generic(CALLOUT_NORMAL, in zio_delay_interrupt()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 1080 if (!(coargs->flags & COF_NORM) && (cotype == CALLOUT_NORMAL)) { in callout_t_cb()
|