Searched refs:device_check_callout (Results 1 – 9 of 9) sorted by relevance
1963 if ((callout_pending(&sc->device_check_callout)) || in mps_mapping_check_devices()1964 (!callout_active(&sc->device_check_callout))) { in mps_mapping_check_devices()1969 callout_deactivate(&sc->device_check_callout); in mps_mapping_check_devices()2006 callout_reset(&sc->device_check_callout, in mps_mapping_check_devices()
336 struct callout device_check_callout; member
2011 callout_init_mtx(&sc->device_check_callout, &sc->mps_mtx, 0); in mps_attach()2188 callout_drain(&sc->device_check_callout); in mps_free()
896 callout_reset(&sc->device_check_callout, in mpssas_discovery_end()
2432 if ((callout_pending(&sc->device_check_callout)) || in mpr_mapping_check_devices()2433 (!callout_active(&sc->device_check_callout))) { in mpr_mapping_check_devices()2438 callout_deactivate(&sc->device_check_callout); in mpr_mapping_check_devices()2475 callout_reset(&sc->device_check_callout, in mpr_mapping_check_devices()
380 struct callout device_check_callout; member
2165 callout_init_mtx(&sc->device_check_callout, &sc->mpr_mtx, 0); in mpr_attach()2347 callout_drain(&sc->device_check_callout); in mpr_free()
949 callout_reset(&sc->device_check_callout, in mprsas_discovery_end()
576 struct callout device_check_callout; member