Lines Matching refs:depth
2090 struct strbuf *buf, int depth)
2094 depth = __synthesize_probe_trace_arg_ref(ref->next, buf,
2095 depth + 1);
2096 if (depth < 0)
2097 return depth;
2103 return (err < 0) ? err : depth;
2110 int depth = 0, err;
2126 depth = __synthesize_probe_trace_arg_ref(ref, buf, 1);
2127 if (depth < 0)
2128 return depth;
2138 while (!err && depth--)