Lines Matching refs:ref_ptr
286 struct probe_trace_arg_ref **ref_ptr = &tvar->ref; in convert_variable_type() local
340 while (*ref_ptr) in convert_variable_type()
341 ref_ptr = &(*ref_ptr)->next; in convert_variable_type()
343 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()
344 if (*ref_ptr == NULL) { in convert_variable_type()
348 (*ref_ptr)->user_access = user_access; in convert_variable_type()
402 struct probe_trace_arg_ref **ref_ptr, in convert_variable_fields() argument
405 struct probe_trace_arg_ref *ref = *ref_ptr; in convert_variable_fields()
434 if (*ref_ptr) in convert_variable_fields()
435 (*ref_ptr)->next = ref; in convert_variable_fields()
437 *ref_ptr = ref; in convert_variable_fields()
465 if (*ref_ptr) in convert_variable_fields()
466 (*ref_ptr)->next = ref; in convert_variable_fields()
468 *ref_ptr = ref; in convert_variable_fields()