Searched refs:ref_ptr (Results 1 – 1 of 1) sorted by relevance
296 struct probe_trace_arg_ref **ref_ptr = &tvar->ref; in convert_variable_type() local349 while (*ref_ptr) in convert_variable_type()350 ref_ptr = &(*ref_ptr)->next; in convert_variable_type()352 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()353 if (*ref_ptr == NULL) { in convert_variable_type()410 struct probe_trace_arg_ref **ref_ptr, in convert_variable_fields() argument413 struct probe_trace_arg_ref *ref = *ref_ptr; in convert_variable_fields()442 if (*ref_ptr) in convert_variable_fields()443 (*ref_ptr)->next = ref; in convert_variable_fields()445 *ref_ptr = ref; in convert_variable_fields()[all …]