Lines Matching refs:ref_ptr
206 struct probe_trace_arg_ref **ref_ptr = &tvar->ref; in convert_variable_type() local
261 while (*ref_ptr) in convert_variable_type()
262 ref_ptr = &(*ref_ptr)->next; in convert_variable_type()
264 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()
265 if (*ref_ptr == NULL) { in convert_variable_type()
269 (*ref_ptr)->user_access = user_access; in convert_variable_type()
323 struct probe_trace_arg_ref **ref_ptr, in convert_variable_fields() argument
326 struct probe_trace_arg_ref *ref = *ref_ptr; in convert_variable_fields()
355 if (*ref_ptr) in convert_variable_fields()
356 (*ref_ptr)->next = ref; in convert_variable_fields()
358 *ref_ptr = ref; in convert_variable_fields()
386 if (*ref_ptr) in convert_variable_fields()
387 (*ref_ptr)->next = ref; in convert_variable_fields()
389 *ref_ptr = ref; in convert_variable_fields()