Home
last modified time | relevance | path

Searched refs:this_tr (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/kernel/trace/
Dtrace.c280 int trace_array_get(struct trace_array *this_tr) in trace_array_get() argument
287 if (tr == this_tr) { in trace_array_get()
298 static void __trace_array_put(struct trace_array *this_tr) in __trace_array_put() argument
300 WARN_ON(!this_tr->ref); in __trace_array_put()
301 this_tr->ref--; in __trace_array_put()
304 void trace_array_put(struct trace_array *this_tr) in trace_array_put() argument
307 __trace_array_put(this_tr); in trace_array_put()