Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mps/
H A Dmps.c392 prireqcr = MAX(1, sc->max_prireqframes); in mps_resize_queues()
1593 sc->max_prireqframes = MPS_PRI_REQ_FRAMES; in mps_get_tunables()
1612 TUNABLE_INT_FETCH("hw.mps.max_prireqframes", &sc->max_prireqframes); in mps_get_tunables()
1666 TUNABLE_INT_FETCH(tmpstr, &sc->max_prireqframes); in mps_get_tunables()
1733 OID_AUTO, "max_prireqframes", CTLFLAG_RD, &sc->max_prireqframes, 0, in mps_setup_sysctl()
H A Dmpsvar.h468 u_int max_prireqframes; member
/freebsd-12.1/sys/dev/mpr/
H A Dmpr.c396 prireqcr = MAX(1, sc->max_prireqframes); in mpr_resize_queues()
1725 sc->max_prireqframes = MPR_PRI_REQ_FRAMES; in mpr_get_tunables()
1744 TUNABLE_INT_FETCH("hw.mpr.max_prireqframes", &sc->max_prireqframes); in mpr_get_tunables()
1798 TUNABLE_INT_FETCH(tmpstr, &sc->max_prireqframes); in mpr_get_tunables()
1860 OID_AUTO, "max_prireqframes", CTLFLAG_RD, &sc->max_prireqframes, 0, in mpr_setup_sysctl()
H A Dmprvar.h503 u_int max_prireqframes; member