Home
last modified time | relevance | path

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

/freebsd/sys/dev/mps/
H A Dmps_mapping.c1963 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()
H A Dmpsvar.h336 struct callout device_check_callout; member
H A Dmps.c2011 callout_init_mtx(&sc->device_check_callout, &sc->mps_mtx, 0); in mps_attach()
2188 callout_drain(&sc->device_check_callout); in mps_free()
H A Dmps_sas.c896 callout_reset(&sc->device_check_callout, in mpssas_discovery_end()
/freebsd/sys/dev/mpr/
H A Dmpr_mapping.c2432 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()
H A Dmprvar.h380 struct callout device_check_callout; member
H A Dmpr.c2165 callout_init_mtx(&sc->device_check_callout, &sc->mpr_mtx, 0); in mpr_attach()
2347 callout_drain(&sc->device_check_callout); in mpr_free()
H A Dmpr_sas.c949 callout_reset(&sc->device_check_callout, in mprsas_discovery_end()
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.h576 struct callout device_check_callout; member