probe_trace_arg_ref
static int __synthesize_probe_trace_arg_ref(struct probe_trace_arg_ref *ref,
struct probe_trace_arg_ref *ref = arg->ref;
struct probe_trace_arg_ref *ref, *next;
struct probe_trace_arg_ref *next; /* Next reference */
struct probe_trace_arg_ref *ref; /* Referencing offset */
struct probe_trace_arg_ref **ref_ptr = &tvar->ref;
*ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref));
struct probe_trace_arg_ref **ref_ptr,
struct probe_trace_arg_ref *ref = *ref_ptr;
ref = zalloc(sizeof(struct probe_trace_arg_ref));
ref = zalloc(sizeof(struct probe_trace_arg_ref));
static struct probe_trace_arg_ref *alloc_trace_arg_ref(long offs)
struct probe_trace_arg_ref *ref;
ref = zalloc(sizeof(struct probe_trace_arg_ref));