Lines Matching refs:ref_ptr
294 struct probe_trace_arg_ref **ref_ptr = &tvar->ref; in convert_variable_type() local
344 while (*ref_ptr) in convert_variable_type()
345 ref_ptr = &(*ref_ptr)->next; in convert_variable_type()
347 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()
348 if (*ref_ptr == NULL) { in convert_variable_type()
395 struct probe_trace_arg_ref **ref_ptr, in convert_variable_fields() argument
398 struct probe_trace_arg_ref *ref = *ref_ptr; in convert_variable_fields()
427 if (*ref_ptr) in convert_variable_fields()
428 (*ref_ptr)->next = ref; in convert_variable_fields()
430 *ref_ptr = ref; in convert_variable_fields()
460 if (*ref_ptr) in convert_variable_fields()
461 (*ref_ptr)->next = ref; in convert_variable_fields()
463 *ref_ptr = ref; in convert_variable_fields()