Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cam/
H A Dcam_iosched.c98 static int alpha_bits = 9; variable
100 &alpha_bits, 1,
1864 iop->ema = ((iop->ema << alpha_bits) + delta) >> alpha_bits; in cam_iosched_update()
1882 iop->emvar = ((iop->emvar << (2 * alpha_bits)) + /* bbe */ in cam_iosched_update()
1883 ((deltasq - iop->emvar) << alpha_bits) + /* b(dd-e) */ in cam_iosched_update()
1885 >> (2 * alpha_bits); /* div bb */ in cam_iosched_update()