Home
last modified time | relevance | path

Searched refs:d_timers (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd.c660 if (dp->d_timers != NULL) in fmd_destroy()
661 fmd_timerq_destroy(dp->d_timers); in fmd_destroy()
713 (void) fmd_timerq_install(dp->d_timers, dp->d_rmod->mod_timerids, in fmd_gc()
725 (void) fmd_timerq_install(dp->d_timers, dp->d_rmod->mod_timerids, in fmd_clear_aged_rsrcs()
868 dp->d_timers = fmd_timerq_create(); in fmd_run()
H A Dfmd.h128 struct fmd_timerq *d_timers; /* timer queue for module timers */ member
H A Dfmd_api.c1916 if ((id = fmd_timerq_install(fmd.d_timers, mp->mod_timerids, in fmd_timer_install()
1948 if ((t = fmd_timerq_remove(fmd.d_timers, mp->mod_timerids, id)) != NULL) in fmd_timer_remove()
H A Dfmd_module.c340 void *arg = fmd_timerq_remove(fmd.d_timers, ids, id); in fmd_module_untimeout()
H A Dfmd_mdb.c1380 wsp->walk_addr = (uintptr_t)F.d_timers; in tmq_walk_init()