Symbol: TICK_TO_NSEC
usr/src/uts/common/disp/cpucaps.c
237
cap_tick_cost = TICK_TO_NSEC((hrtime_t)1);
usr/src/uts/common/inet/tcp/tcp_time_wait.c
232
TICK_TO_NSEC(schedule - now),
usr/src/uts/common/inet/tcp/tcp_time_wait.c
257
TICK_TO_NSEC(schedule - now),
usr/src/uts/common/inet/tcp/tcp_time_wait.c
584
TICK_TO_NSEC(sched_new - now),
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_debug.c
384
if (current < rs->begin + TICK_TO_NSEC(rs->interval)) {
usr/src/uts/common/os/callout.c
1208
TICK_TO_NSEC(delta), nsec_per_tick, CALLOUT_LEGACY);
usr/src/uts/common/os/callout.c
1230
id = timeout_generic(CALLOUT_NORMAL, func, arg, TICK_TO_NSEC(delta),
usr/src/uts/common/os/callout.c
1250
TICK_TO_NSEC(delta), nsec_per_tick, CALLOUT_LEGACY);
usr/src/uts/common/os/callout.c
1272
id = timeout_generic(CALLOUT_REALTIME, func, arg, TICK_TO_NSEC(delta),
usr/src/uts/common/os/callout.c
2105
callout_longterm = TICK_TO_NSEC(CALLOUT_LONGTERM_TICKS);
usr/src/uts/common/os/condvar.c
236
hrtim = TICK_TO_NSEC(tim - now);
usr/src/uts/common/os/condvar.c
255
if ((exp = TICK_TO_NSEC(delta)) < 0)
usr/src/uts/common/os/condvar.c
480
hrtim = TICK_TO_NSEC(tim - ddi_get_lbolt());
usr/src/uts/common/os/condvar.c
513
if ((exp = TICK_TO_NSEC(delta)) < 0)
usr/src/uts/common/sys/time.h
319
(tsp)->tv_nsec = TICK_TO_NSEC(__tmptck - SEC_TO_TICK((tsp)->tv_sec)); \
usr/src/uts/common/sys/time.h
326
(tsp)->tv_nsec = TICK_TO_NSEC(__tmptck - SEC_TO_TICK(__tmptm)); \
usr/src/uts/sun4/io/px/px_ib.c
179
jump = TICK_TO_NSEC(xc_tick_jump_limit);
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_cb.c
152
jump = TICK_TO_NSEC(xc_tick_jump_limit);
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ib.c
167
jump = TICK_TO_NSEC(xc_tick_jump_limit);
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ib.c
254
jump = TICK_TO_NSEC(xc_tick_jump_limit);
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ib.c
521
jump = TICK_TO_NSEC(xc_tick_jump_limit);
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_ib.c
609
jump = TICK_TO_NSEC(xc_tick_jump_limit);