Home
last modified time | relevance | path

Searched refs:tmr_hrt (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.c80 tp->tmr_hrt = hrt; in fmd_timerq_install()
92 if (tp->tmr_hrt < up->tmr_hrt) in fmd_timerq_install()
139 delta = tp->tmr_hrt - fmd_time_gethrtime(); in fmd_timerq_remove()
209 if (now == INT64_MAX || tp->tmr_hrt > now) in fmd_timerq_exec()
217 tp->tmr_ids->ids_name, -tp->tmr_id, tp->tmr_hrt)); in fmd_timerq_exec()
219 tp->tmr_func(tp->tmr_arg, -tp->tmr_id, tp->tmr_hrt); in fmd_timerq_exec()
234 fmd_time_waithrtime(tp->tmr_hrt - now); in fmd_timerq_exec()
H A Dfmd_timerq.h48 hrtime_t tmr_hrt; /* high-res time at which timer should fire */ member
H A Dfmd_mdb.c1435 addr, name, t.tmr_id, t.tmr_hrt, t.tmr_arg, func); in fmd_timer()