Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mps/
H A Dmps.c393 prireqcr = MAX(1, sc->max_prireqframes); in mps_resize_queues()
1562 sc->max_prireqframes = MPS_PRI_REQ_FRAMES; in mps_get_tunables()
1581 TUNABLE_INT_FETCH("hw.mps.max_prireqframes", &sc->max_prireqframes); in mps_get_tunables()
1635 TUNABLE_INT_FETCH(tmpstr, &sc->max_prireqframes); in mps_get_tunables()
1702 OID_AUTO, "max_prireqframes", CTLFLAG_RD, &sc->max_prireqframes, 0, in mps_setup_sysctl()
H A Dmpsvar.h473 u_int max_prireqframes; member
/freebsd-13.1/sys/dev/mpr/
H A Dmpr.c394 prireqcr = MAX(1, sc->max_prireqframes); in mpr_resize_queues()
1720 sc->max_prireqframes = MPR_PRI_REQ_FRAMES; in mpr_get_tunables()
1739 TUNABLE_INT_FETCH("hw.mpr.max_prireqframes", &sc->max_prireqframes); in mpr_get_tunables()
1793 TUNABLE_INT_FETCH(tmpstr, &sc->max_prireqframes); in mpr_get_tunables()
1855 OID_AUTO, "max_prireqframes", CTLFLAG_RD, &sc->max_prireqframes, 0, in mpr_setup_sysctl()
H A Dmprvar.h508 u_int max_prireqframes; member