Searched refs:TICK_TO_NSEC (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h293 #define TICK_TO_NSEC(tick) ((hrtime_t)(tick) * nsec_per_tick) macro
314 (tsp)->tv_nsec = TICK_TO_NSEC(__tmptck - SEC_TO_TICK((tsp)->tv_sec)); \
321 (tsp)->tv_nsec = TICK_TO_NSEC(__tmptck - SEC_TO_TICK(__tmptm)); \
/illumos-gate/usr/src/uts/common/os/
H A Dcondvar.c235 hrtim = TICK_TO_NSEC(tim - now);
254 if ((exp = TICK_TO_NSEC(delta)) < 0)
479 hrtim = TICK_TO_NSEC(tim - ddi_get_lbolt());
512 if ((exp = TICK_TO_NSEC(delta)) < 0)
H A Dcallout.c1207 TICK_TO_NSEC(delta), nsec_per_tick, CALLOUT_LEGACY);
1229 id = timeout_generic(CALLOUT_NORMAL, func, arg, TICK_TO_NSEC(delta),
1249 TICK_TO_NSEC(delta), nsec_per_tick, CALLOUT_LEGACY);
1271 id = timeout_generic(CALLOUT_REALTIME, func, arg, TICK_TO_NSEC(delta),
2104 callout_longterm = TICK_TO_NSEC(CALLOUT_LONGTERM_TICKS);
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_ib.c167 jump = TICK_TO_NSEC(xc_tick_jump_limit);
254 jump = TICK_TO_NSEC(xc_tick_jump_limit);
521 jump = TICK_TO_NSEC(xc_tick_jump_limit);
609 jump = TICK_TO_NSEC(xc_tick_jump_limit);
H A Dpcmu_cb.c152 jump = TICK_TO_NSEC(xc_tick_jump_limit);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c231 TICK_TO_NSEC(schedule - now),
256 TICK_TO_NSEC(schedule - now),
583 TICK_TO_NSEC(sched_new - now),
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_debug.c384 if (current < rs->begin + TICK_TO_NSEC(rs->interval)) {
/illumos-gate/usr/src/uts/common/disp/
H A Dcpucaps.c237 cap_tick_cost = TICK_TO_NSEC((hrtime_t)1);
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_ib.c179 jump = TICK_TO_NSEC(xc_tick_jump_limit);

Completed in 84 milliseconds