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

/net/mac80211/
H A Ddebugfs.c23 #define TX_LATENCY_BINS_DISABLED "enable(bins disabled)\n"
28 * Display if Tx latency statistics & bins are enabled/disabled
85 * The input should indicate if Tx latency statistics and bins are
87 * If bins are enabled input should indicate the amount of different bins and
91 * a) "enable(bins disabled)" - to enable only general statistics
92 * b) "a,b,c,d,...z" - to enable general statistics and bins, where all are
95 * NOTE: must configure Tx latency statistics bins before stations connected.
104 char *bins = buf; local
143 /* check how many bins an
[all...]
H A Ddebugfs_sta.c442 if (tx_lat_range->n_ranges && tx_lat->bins)
445 "\t%d", tx_lat->bins[j]);
501 u32 *bins; local
510 bins = sta->tx_lat[i].bins;
518 memset(bins, 0, bin_count * sizeof(u32));
H A Dsta_info.h240 * @bins: each bin counts how many frames transmitted within a certain
242 * @bin_count: amount of bins.
248 u32 *bins; member in struct:ieee80211_tx_latency_stat
/net/sched/
H A Dsch_sfb.c32 * SFB uses two B[l][n] : L x N arrays of bins (L levels, N bins per level)
38 #define SFB_NUMBUCKETS (1 << SFB_BUCKET_SHIFT) /* N bins per Level */
53 struct sfb_bucket bins[SFB_LEVELS][SFB_NUMBUCKETS]; member in struct:sfb_bins
72 u8 slot; /* current active bins (0 or 1) */
74 struct sfb_bins bins[2]; member in struct:sfb_sched_data
87 * Each queued skb might be hashed on one or two bins
129 struct sfb_bucket *b = &q->bins[slot].bins[0][0];
158 struct sfb_bucket *b = &q->bins[slo
[all...]

Completed in 8 milliseconds