Lines Matching refs:depth
2058 struct strbuf *buf, int depth)
2062 depth = __synthesize_probe_trace_arg_ref(ref->next, buf,
2063 depth + 1);
2064 if (depth < 0)
2065 return depth;
2071 return (err < 0) ? err : depth;
2078 int depth = 0, err;
2094 depth = __synthesize_probe_trace_arg_ref(ref, buf, 1);
2095 if (depth < 0)
2096 return depth;
2106 while (!err && depth--)