Lines Matching refs:ref_ptr
313 struct probe_trace_arg_ref **ref_ptr = &tvar->ref; in convert_variable_type() local
368 while (*ref_ptr) in convert_variable_type()
369 ref_ptr = &(*ref_ptr)->next; in convert_variable_type()
371 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()
372 if (*ref_ptr == NULL) { in convert_variable_type()
376 (*ref_ptr)->user_access = user_access; in convert_variable_type()
430 struct probe_trace_arg_ref **ref_ptr, in convert_variable_fields() argument
433 struct probe_trace_arg_ref *ref = *ref_ptr; in convert_variable_fields()
462 if (*ref_ptr) in convert_variable_fields()
463 (*ref_ptr)->next = ref; in convert_variable_fields()
465 *ref_ptr = ref; in convert_variable_fields()
493 if (*ref_ptr) in convert_variable_fields()
494 (*ref_ptr)->next = ref; in convert_variable_fields()
496 *ref_ptr = ref; in convert_variable_fields()