Lines Matching refs:this_tr
546 int trace_array_get(struct trace_array *this_tr) in trace_array_get() argument
552 if (tr == this_tr) { in trace_array_get()
561 static void __trace_array_put(struct trace_array *this_tr) in __trace_array_put() argument
563 WARN_ON(!this_tr->ref); in __trace_array_put()
564 this_tr->ref--; in __trace_array_put()
576 void trace_array_put(struct trace_array *this_tr) in trace_array_put() argument
578 if (!this_tr) in trace_array_put()
582 __trace_array_put(this_tr); in trace_array_put()
9932 int trace_array_destroy(struct trace_array *this_tr) in trace_array_destroy() argument
9936 if (!this_tr) in trace_array_destroy()
9945 if (tr == this_tr) in trace_array_destroy()