Lines Matching refs:ref_ptr
281 struct probe_trace_arg_ref **ref_ptr = &tvar->ref; in convert_variable_type() local
331 while (*ref_ptr) in convert_variable_type()
332 ref_ptr = &(*ref_ptr)->next; in convert_variable_type()
334 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()
335 if (*ref_ptr == NULL) { in convert_variable_type()
382 struct probe_trace_arg_ref **ref_ptr, in convert_variable_fields() argument
385 struct probe_trace_arg_ref *ref = *ref_ptr; in convert_variable_fields()
414 if (*ref_ptr) in convert_variable_fields()
415 (*ref_ptr)->next = ref; in convert_variable_fields()
417 *ref_ptr = ref; in convert_variable_fields()
447 if (*ref_ptr) in convert_variable_fields()
448 (*ref_ptr)->next = ref; in convert_variable_fields()
450 *ref_ptr = ref; in convert_variable_fields()