Searched refs:this_tr (Results 1 – 1 of 1) sorted by relevance
447 int trace_array_get(struct trace_array *this_tr) in trace_array_get() argument454 if (tr == this_tr) { in trace_array_get()465 static void __trace_array_put(struct trace_array *this_tr) in __trace_array_put() argument467 WARN_ON(!this_tr->ref); in __trace_array_put()468 this_tr->ref--; in __trace_array_put()480 void trace_array_put(struct trace_array *this_tr) in trace_array_put() argument482 if (!this_tr) in trace_array_put()486 __trace_array_put(this_tr); in trace_array_put()9524 int trace_array_destroy(struct trace_array *this_tr) in trace_array_destroy() argument9529 if (!this_tr) in trace_array_destroy()[all …]