Lines Matching refs:this_tr
495 int trace_array_get(struct trace_array *this_tr) in trace_array_get() argument
502 if (tr == this_tr) { in trace_array_get()
513 static void __trace_array_put(struct trace_array *this_tr) in __trace_array_put() argument
515 WARN_ON(!this_tr->ref); in __trace_array_put()
516 this_tr->ref--; in __trace_array_put()
528 void trace_array_put(struct trace_array *this_tr) in trace_array_put() argument
530 if (!this_tr) in trace_array_put()
534 __trace_array_put(this_tr); in trace_array_put()
9687 int trace_array_destroy(struct trace_array *this_tr) in trace_array_destroy() argument
9692 if (!this_tr) in trace_array_destroy()
9702 if (tr == this_tr) { in trace_array_destroy()