Searched defs:success (Results 1 - 4 of 4) sorted by relevance

/net/mac80211/
H A Drc80211_minstrel.c151 mrs->cur_prob = MINSTREL_FRAC(mrs->success,
153 mrs->succ_hist += mrs->success;
161 mrs->last_success = mrs->success;
163 mrs->success = 0;
166 /* Update throughput per rate, reset thr. below 10% success */
172 /* Sample less often below the 10% chance of success.
173 * Sample less often above the 95% chance of success. */
191 * (1) if any success probabilitiy >= 95%, out of those rates
193 * (2) if all success probabilities < 95%, the rate with
194 * highest success probabilit
233 int success; local
[all...]
H A Drc80211_minstrel.h35 /* current / last sampling period attempts/success counters */
37 unsigned int success, last_success; member in struct:minstrel_rate_stats
39 /* total attempts/success counters */
H A Dmlme.c1022 void ieee80211_chswitch_done(struct ieee80211_vif *vif, bool success) argument
1027 trace_api_chswitch_done(sdata, success);
1028 if (!success) {
/net/netfilter/
H A Dnfnetlink.c279 bool success = true, done = false; local
339 success = false;
405 success = false;
413 success = false;
422 if (success && done)

Completed in 61 milliseconds