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.c388 prireqcr = MAX(1, sc->max_prireqframes); in mps_resize_queues()
1584 sc->max_prireqframes = MPS_PRI_REQ_FRAMES; in mps_get_tunables()
1603 TUNABLE_INT_FETCH("hw.mps.max_prireqframes", &sc->max_prireqframes); in mps_get_tunables()
1657 TUNABLE_INT_FETCH(tmpstr, &sc->max_prireqframes); in mps_get_tunables()
1724 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.c391 prireqcr = MAX(1, sc->max_prireqframes); in mpr_resize_queues()
1733 sc->max_prireqframes = MPR_PRI_REQ_FRAMES; in mpr_get_tunables()
1753 TUNABLE_INT_FETCH("hw.mpr.max_prireqframes", &sc->max_prireqframes); in mpr_get_tunables()
1811 TUNABLE_INT_FETCH(tmpstr, &sc->max_prireqframes); in mpr_get_tunables()
1873 OID_AUTO, "max_prireqframes", CTLFLAG_RD, &sc->max_prireqframes, 0, in mpr_setup_sysctl()
H A Dmprvar.h507 u_int max_prireqframes; member