Searched refs:this_tr (Results 1 – 1 of 1) sorted by relevance
455 int trace_array_get(struct trace_array *this_tr) in trace_array_get() argument462 if (tr == this_tr) { in trace_array_get()473 static void __trace_array_put(struct trace_array *this_tr) in __trace_array_put() argument475 WARN_ON(!this_tr->ref); in __trace_array_put()476 this_tr->ref--; in __trace_array_put()488 void trace_array_put(struct trace_array *this_tr) in trace_array_put() argument490 if (!this_tr) in trace_array_put()494 __trace_array_put(this_tr); in trace_array_put()9471 int trace_array_destroy(struct trace_array *this_tr) in trace_array_destroy() argument9476 if (!this_tr) in trace_array_destroy()[all …]