Lines Matching refs:ref_ptr
305 struct probe_trace_arg_ref **ref_ptr = &tvar->ref; in convert_variable_type() local
360 while (*ref_ptr) in convert_variable_type()
361 ref_ptr = &(*ref_ptr)->next; in convert_variable_type()
363 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()
364 if (*ref_ptr == NULL) { in convert_variable_type()
368 (*ref_ptr)->user_access = user_access; in convert_variable_type()
422 struct probe_trace_arg_ref **ref_ptr, in convert_variable_fields() argument
425 struct probe_trace_arg_ref *ref = *ref_ptr; in convert_variable_fields()
454 if (*ref_ptr) in convert_variable_fields()
455 (*ref_ptr)->next = ref; in convert_variable_fields()
457 *ref_ptr = ref; in convert_variable_fields()
485 if (*ref_ptr) in convert_variable_fields()
486 (*ref_ptr)->next = ref; in convert_variable_fields()
488 *ref_ptr = ref; in convert_variable_fields()