Home
last modified time | relevance | path

Searched refs:max_prireqframes (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mps/
H A Dmps.c389 prireqcr = MAX(1, sc->max_prireqframes); in mps_resize_queues()
1585 sc->max_prireqframes = MPS_PRI_REQ_FRAMES; in mps_get_tunables()
1604 TUNABLE_INT_FETCH("hw.mps.max_prireqframes", &sc->max_prireqframes); in mps_get_tunables()
1658 TUNABLE_INT_FETCH(tmpstr, &sc->max_prireqframes); in mps_get_tunables()
1725 OID_AUTO, "max_prireqframes", CTLFLAG_RD, &sc->max_prireqframes, 0, in mps_setup_sysctl()
H A Dmpsvar.h471 u_int max_prireqframes; member
/freebsd/sys/dev/mpr/
H A Dmpr.c392 prireqcr = MAX(1, sc->max_prireqframes); in mpr_resize_queues()
1733 sc->max_prireqframes = MPR_PRI_REQ_FRAMES; in mpr_get_tunables()
1752 TUNABLE_INT_FETCH("hw.mpr.max_prireqframes", &sc->max_prireqframes); in mpr_get_tunables()
1806 TUNABLE_INT_FETCH(tmpstr, &sc->max_prireqframes); in mpr_get_tunables()
1868 OID_AUTO, "max_prireqframes", CTLFLAG_RD, &sc->max_prireqframes, 0, in mpr_setup_sysctl()
H A Dmprvar.h506 u_int max_prireqframes; member