Lines Matching refs:operands

126 	struct hist_field		*operands[HIST_FIELD_OPERANDS_MAX];  member
216 struct hist_field *operand = hist_field->operands[0]; in hist_field_log2()
229 struct hist_field *operand = hist_field->operands[0]; in hist_field_bucket()
250 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_plus()
251 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_plus()
265 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_minus()
266 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_minus()
280 struct hist_field *operand = hist_field->operands[0]; in hist_field_unary_minus()
841 operand = hist_field->operands[i]; in field_has_hist_vars()
1138 field_name = hist_field_name(field->operands[0], ++level); in hist_field_name()
1543 if (!field->operands[0]) { in expr_str()
1552 subexpr = expr_str(field->operands[0], ++level); in expr_str()
1565 expr_field_str(field->operands[0], expr); in expr_str()
1579 expr_field_str(field->operands[1], expr); in expr_str()
1654 destroy_hist_field(hist_field->operands[i], level + 1); in destroy_hist_field()
1701 hist_field->operands[0] = create_hist_field(hist_data, field, fl, NULL); in create_hist_field()
1702 hist_field->size = hist_field->operands[0]->size; in create_hist_field()
1703 hist_field->type = kstrdup_const(hist_field->operands[0]->type, GFP_KERNEL); in create_hist_field()
2081 alias->operands[0] = var_ref; in create_alias()
2221 expr->operands[0] = operand1; in parse_unary()
2356 expr->operands[0] = operand1; in parse_expr()
2357 expr->operands[1] = operand2; in parse_expr()