Searched refs:l_value1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c194 int l_value1; /* per-limiter scratch value 1. */ member in struct:iop_stats
393 ios->l_value1 = ios->current / ios->softc->quanta;
394 if (ios->l_value1 <= 0)
395 ios->l_value1 = 1;
404 ios->l_value1 = (int)((ios->current * (uint64_t)ios->softc->this_frac) >> 16);
405 if (ios->l_value1 <= 0)
406 ios->l_value1 = 1;
419 if (ios->l_value1 <= 0)
431 ios->l_value1--;
441 ios->l_value1
[all...]

Completed in 68 milliseconds