Home
last modified time | relevance | path

Searched refs:aac_daemontime (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/aac/
H A Daac.c275 callout_init_mtx(&sc->aac_daemontime, &sc->aac_io_lock, 0); in aac_attach()
344 callout_reset(&sc->aac_daemontime, 60 * hz, aac_daemon, sc); in aac_attach()
360 if (callout_pending(&sc->aac_daemontime) || in aac_daemon()
361 callout_active(&sc->aac_daemontime) == 0) in aac_daemon()
368 callout_schedule(&sc->aac_daemontime, 30 * 60 * hz); in aac_daemon()
673 callout_drain(&sc->aac_daemontime); in aac_detach()
H A Daacvar.h421 struct callout aac_daemontime; /* clock daemon callout */ member
/freebsd/sys/dev/aacraid/
H A Daacraid.c272 callout_init_mtx(&sc->aac_daemontime, &sc->aac_io_lock, 0); in aacraid_attach()
347 callout_reset(&sc->aac_daemontime, 60 * hz, aac_daemon, sc); in aacraid_attach()
365 if (callout_pending(&sc->aac_daemontime) || in aac_daemon()
366 callout_active(&sc->aac_daemontime) == 0) in aac_daemon()
394 callout_schedule(&sc->aac_daemontime, 30 * 60 * hz); in aac_daemon()
742 callout_drain(&sc->aac_daemontime); in aacraid_detach()
H A Daacraid_var.h340 struct callout aac_daemontime; /* clock daemon callout */ member