Searched refs:io_cmds_highwater (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/dev/mpr/
H A Dmprvar.h262 int io_cmds_highwater; member in struct:mpr_softc
H A Dmpr.c973 if (++sc->io_cmds_active > sc->io_cmds_highwater)
974 sc->io_cmds_highwater++;
1455 OID_AUTO, "io_cmds_highwater", CTLFLAG_RD,
1456 &sc->io_cmds_highwater, 0, "maximum active commands seen");
/freebsd-10.2-release/sys/dev/mrsas/
H A Dmrsas_cam.c561 if (mrsas_atomic_read(&sc->fw_outstanding) > sc->io_cmds_highwater)
562 sc->io_cmds_highwater++;
H A Dmrsas.c424 OID_AUTO, "io_cmds_highwater", CTLFLAG_RD,
425 &sc->io_cmds_highwater, 0, "Max FW outstanding commands");
866 sc->io_cmds_highwater = 0;
H A Dmrsas.h2726 u_int32_t io_cmds_highwater; member in struct:mrsas_softc
/freebsd-10.2-release/sys/dev/mps/
H A Dmps.c972 if (++sc->io_cmds_active > sc->io_cmds_highwater)
973 sc->io_cmds_highwater++;
1452 OID_AUTO, "io_cmds_highwater", CTLFLAG_RD,
1453 &sc->io_cmds_highwater, 0, "maximum active commands seen");
H A Dmpsvar.h280 int io_cmds_highwater; member in struct:mps_softc

Completed in 203 milliseconds