Lines Matching refs:ref_ptr
299 struct probe_trace_arg_ref **ref_ptr = &tvar->ref; in convert_variable_type() local
352 while (*ref_ptr) in convert_variable_type()
353 ref_ptr = &(*ref_ptr)->next; in convert_variable_type()
355 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()
356 if (*ref_ptr == NULL) { in convert_variable_type()
413 struct probe_trace_arg_ref **ref_ptr, in convert_variable_fields() argument
416 struct probe_trace_arg_ref *ref = *ref_ptr; in convert_variable_fields()
445 if (*ref_ptr) in convert_variable_fields()
446 (*ref_ptr)->next = ref; in convert_variable_fields()
448 *ref_ptr = ref; in convert_variable_fields()
475 if (*ref_ptr) in convert_variable_fields()
476 (*ref_ptr)->next = ref; in convert_variable_fields()
478 *ref_ptr = ref; in convert_variable_fields()