Lines Matching refs:constant
196 u64 constant; member
213 return field->constant; in hist_field_const()
372 return val1 >> __ffs64(operand2->constant); in div_by_power_of_two()
386 return div64_u64(val1, operand2->constant); in div_by_not_power_of_two()
420 return div64_u64(val1, operand2->constant); in div_by_mult_and_shift()
689 u64 div = divisor->constant; in hist_field_get_div_fn()
1724 snprintf(str, HIST_CONST_DIGITS_MAX, "%llu", field->constant); in expr_field_str()
2402 u64 constant; in parse_const() local
2404 if (kstrtoull(str, 0, &constant)) { in parse_const()
2414 field->constant = constant; in parse_const()
2746 u64 divisor = var2 ? var2->constant : operand2->constant; in parse_expr()
2758 operand2->constant = divisor; in parse_expr()
2770 expr->constant = hist_fn_call(expr, NULL, NULL, NULL, NULL); in parse_expr()
5594 seq_printf(m, " constant: %llu\n", field->constant); in hist_field_debug_show()
5841 seq_printf(m, "%llu", hist_field->constant); in hist_field_print()