Lines Matching defs:deficit
3826 s64 deficit = sta->airtime[txqi->txq.ac].deficit;
3831 if (deficit < 0)
3832 sta->airtime[txqi->txq.ac].deficit +=
3835 if (deficit < 0 || !aql_check) {
3871 * deficit. A station that already has a negative deficit will
3943 if (sta->airtime[ac].deficit < 0)
3944 sta->airtime[ac].deficit += sta->airtime_weight;
3949 if (sta->airtime[ac].deficit >= 0)
3952 sta->airtime[ac].deficit += sta->airtime_weight;