Lines Matching refs:buckets
131 unsigned long buckets; member
251 unsigned long buckets = hist_field->buckets; in hist_field_bucket() local
255 if (WARN_ON_ONCE(!buckets)) in hist_field_bucket()
259 val = div64_ul(val, buckets); in hist_field_bucket()
261 val = (u64)((unsigned long)val / buckets); in hist_field_bucket()
262 return val * buckets; in hist_field_bucket()
2216 char *field_str, unsigned long *flags, unsigned long *buckets) in parse_field() argument
2257 ret = kstrtoul(modifier, 0, buckets); in parse_field()
2258 if (ret || !(*buckets)) in parse_field()
2354 unsigned long buckets = 0; in parse_atom() local
2401 field = parse_field(hist_data, file, str, flags, &buckets); in parse_atom()
2412 hist_field->buckets = buckets; in parse_atom()
5157 unsigned long buckets = key_field->buckets; in hist_trigger_print_key() local
5160 uval, uval + buckets -1); in hist_trigger_print_key()
5611 if (hist_field->buckets) in hist_field_print()
5612 seq_printf(m, "=%ld", hist_field->buckets); in hist_field_print()