Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/tws/
H A Dtws.h265 struct callout reinit_handle; member
H A Dtws_cam.c1238 callout_reset(&sc->reinit_handle, 5*hz, tws_reinit, sc); in tws_reset_cb()
1256 callout_reset(&sc->reinit_handle, 5*hz, tws_reinit, sc); in tws_reinit()
H A Dtws.c276 callout_init(&sc->reinit_handle); in tws_attach()