Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/tws/
H A Dtws.h263 struct callout print_stats_handle; member
H A Dtws_services.c398 callout_reset(&sc->print_stats_handle, 300*hz, tws_print_stats, sc); in tws_print_stats()
H A Dtws.c274 callout_init(&sc->print_stats_handle); in tws_attach()