Home
last modified time | relevance | path

Searched refs:device_check_callout (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/mps/
Dmps_mapping.c1969 if ((callout_pending(&sc->device_check_callout)) || in mps_mapping_check_devices()
1970 (!callout_active(&sc->device_check_callout))) { in mps_mapping_check_devices()
1975 callout_deactivate(&sc->device_check_callout); in mps_mapping_check_devices()
2012 callout_reset(&sc->device_check_callout, in mps_mapping_check_devices()
Dmpsvar.h334 struct callout device_check_callout; member
Dmps.c2014 callout_init_mtx(&sc->device_check_callout, &sc->mps_mtx, 0); in mps_attach()
2190 callout_drain(&sc->device_check_callout); in mps_free()
Dmps_sas.c940 callout_reset(&sc->device_check_callout, in mpssas_discovery_end()
/freebsd-12-stable/sys/dev/mpr/
Dmpr_mapping.c2439 if ((callout_pending(&sc->device_check_callout)) || in mpr_mapping_check_devices()
2440 (!callout_active(&sc->device_check_callout))) { in mpr_mapping_check_devices()
2445 callout_deactivate(&sc->device_check_callout); in mpr_mapping_check_devices()
2482 callout_reset(&sc->device_check_callout, in mpr_mapping_check_devices()
Dmprvar.h377 struct callout device_check_callout; member
Dmpr.c2183 callout_init_mtx(&sc->device_check_callout, &sc->mpr_mtx, 0); in mpr_attach()
2364 callout_drain(&sc->device_check_callout); in mpr_free()
Dmpr_sas.c998 callout_reset(&sc->device_check_callout, in mprsas_discovery_end()