Searched refs:TICK_TO_NSEC (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | time.h | 293 #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)); \
|
/titanic_50/usr/src/uts/common/os/ |
H A D | condvar.c | 236 hrtim = TICK_TO_NSEC(tim - now); in cv_timedwait() 255 if ((exp = TICK_TO_NSEC(delta)) < 0) in cv_reltimedwait() 480 hrtim = TICK_TO_NSEC(tim - ddi_get_lbolt()); in cv_timedwait_sig() 513 if ((exp = TICK_TO_NSEC(delta)) < 0) in cv_reltimedwait_sig()
|
H A D | callout.c | 1207 TICK_TO_NSEC(delta), nsec_per_tick, CALLOUT_LEGACY); in timeout() 1229 id = timeout_generic(CALLOUT_NORMAL, func, arg, TICK_TO_NSEC(delta), in timeout_default() 1249 TICK_TO_NSEC(delta), nsec_per_tick, CALLOUT_LEGACY); in realtime_timeout() 1271 id = timeout_generic(CALLOUT_REALTIME, func, arg, TICK_TO_NSEC(delta), in realtime_timeout_default() 2104 callout_longterm = TICK_TO_NSEC(CALLOUT_LONGTERM_TICKS); in callout_init()
|
/titanic_50/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcmu_ib.c | 167 jump = TICK_TO_NSEC(xc_tick_jump_limit); in pcmu_ib_intr_disable() 254 jump = TICK_TO_NSEC(xc_tick_jump_limit); in pcmu_ib_intr_dist() 521 jump = TICK_TO_NSEC(xc_tick_jump_limit); in pcmu_ib_ino_add_intr() 609 jump = TICK_TO_NSEC(xc_tick_jump_limit); in pcmu_ib_ino_rem_intr()
|
H A D | pcmu_cb.c | 152 jump = TICK_TO_NSEC(xc_tick_jump_limit); in pcmu_cb_disable_nintr_reg()
|
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rdsv3_debug.c | 384 if (current < rs->begin + TICK_TO_NSEC(rs->interval)) { in rdsv3_printk_ratelimit()
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_time_wait.c | 479 firetime = TICK_TO_NSEC(tcp->tcp_time_wait_expire - now); in tcp_time_wait_collector()
|
/titanic_50/usr/src/uts/common/disp/ |
H A D | cpucaps.c | 237 cap_tick_cost = TICK_TO_NSEC((hrtime_t)1); in cpucaps_init()
|
/titanic_50/usr/src/uts/sun4/io/px/ |
H A D | px_ib.c | 179 jump = TICK_TO_NSEC(xc_tick_jump_limit); in px_ib_intr_pend()
|