Searched refs:this_tr (Results 1 – 1 of 1) sorted by relevance
583 int trace_array_get(struct trace_array *this_tr) in trace_array_get() argument589 if (tr == this_tr) { in trace_array_get()598 static void __trace_array_put(struct trace_array *this_tr) in __trace_array_put() argument600 WARN_ON(!this_tr->ref); in __trace_array_put()601 this_tr->ref--; in __trace_array_put()613 void trace_array_put(struct trace_array *this_tr) in trace_array_put() argument615 if (!this_tr) in trace_array_put()619 __trace_array_put(this_tr); in trace_array_put()9809 int trace_array_destroy(struct trace_array *this_tr) in trace_array_destroy() argument9813 if (!this_tr) in trace_array_destroy()[all …]