Lines Matching refs:this_tr
420 int trace_array_get(struct trace_array *this_tr) in trace_array_get() argument
427 if (tr == this_tr) { in trace_array_get()
438 static void __trace_array_put(struct trace_array *this_tr) in __trace_array_put() argument
440 WARN_ON(!this_tr->ref); in __trace_array_put()
441 this_tr->ref--; in __trace_array_put()
452 void trace_array_put(struct trace_array *this_tr) in trace_array_put() argument
454 if (!this_tr) in trace_array_put()
458 __trace_array_put(this_tr); in trace_array_put()
8851 int trace_array_destroy(struct trace_array *this_tr) in trace_array_destroy() argument
8856 if (!this_tr) in trace_array_destroy()
8866 if (tr == this_tr) { in trace_array_destroy()