Searched refs:bucket (Results 1 – 4 of 4) sorted by relevance
33 struct hist_bucket bucket[RATE_BINS]; member57 hist->bucket[i].low = INT_MAX; in init_rate_histogram()58 hist->bucket[i].high = 0; in init_rate_histogram()59 hist->bucket[i].count = 0; in init_rate_histogram()112 if (hist->bucket[idx].low > avg_bitrate) in update_rate_histogram()113 hist->bucket[idx].low = (int)avg_bitrate; in update_rate_histogram()114 if (hist->bucket[idx].high < avg_bitrate) in update_rate_histogram()115 hist->bucket[idx].high = (int)avg_bitrate; in update_rate_histogram()116 hist->bucket[idx].count++; in update_rate_histogram()120 static int merge_hist_buckets(struct hist_bucket *bucket, in merge_hist_buckets() argument[all …]
110 int bucket; // bucket index, 0 based member
478 nlattr * bucket = request.attr_start(i); // next bucket in createSetupRequest() local479 result = request.put_u32(GSCAN_ATTRIBUTE_BUCKET_ID, mParams->buckets[i].bucket); in createSetupRequest()528 request.attr_end(bucket); in createSetupRequest()
385 __FUNCTION__, i, bucketSpec.bucket, bucketSpec.band, in wifi_start_gscan()393 bucketSpec.bucket) || in wifi_start_gscan()