Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/
H A Dcam_iosched.c97 static int alpha_bits = 9; variable
98 SYSCTL_INT(_kern_cam_iosched, OID_AUTO, alpha_bits, CTLFLAG_RWTUN,
99 &alpha_bits, 1,
1967 iop->ema = ((iop->ema << alpha_bits) + delta) >> alpha_bits; in cam_iosched_update()
1985 iop->emvar = ((iop->emvar << (2 * alpha_bits)) + /* bbe */ in cam_iosched_update()
1986 ((deltasq - iop->emvar) << alpha_bits) + /* b(dd-e) */ in cam_iosched_update()
1988 >> (2 * alpha_bits); /* div bb */ in cam_iosched_update()