Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_iosched.c96 static int alpha_bits = 9; variable
97 SYSCTL_INT(_kern_cam_iosched, OID_AUTO, alpha_bits, CTLFLAG_RWTUN,
98 &alpha_bits, 1,
2025 iop->ema = ((iop->ema << alpha_bits) + delta) >> alpha_bits; in cam_iosched_update()
2043 iop->emvar = ((iop->emvar << (2 * alpha_bits)) + /* bbe */ in cam_iosched_update()
2044 ((deltasq - iop->emvar) << alpha_bits) + /* b(dd-e) */ in cam_iosched_update()
2046 >> (2 * alpha_bits); /* div bb */ in cam_iosched_update()