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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.c80 tp->tmr_hrt = hrt;
92 if (tp->tmr_hrt < up->tmr_hrt)
139 delta = tp->tmr_hrt - fmd_time_gethrtime();
209 if (now == INT64_MAX || tp->tmr_hrt > now)
217 tp->tmr_ids->ids_name, -tp->tmr_id, tp->tmr_hrt));
219 tp->tmr_func(tp->tmr_arg, -tp->tmr_id, tp->tmr_hrt);
234 fmd_time_waithrtime(tp->tmr_hrt - now);
H A Dfmd_timerq.h48 hrtime_t tmr_hrt; /* high-res time at which timer should fire */ member in struct:fmd_timer
61 fmd_list_t tmq_list; /* list of active timers, sorted by tmr_hrt */
H A Dfmd_mdb.c1435 addr, name, t.tmr_id, t.tmr_hrt, t.tmr_arg, func);

Completed in 63 milliseconds