Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace.c496 int trace_array_get(struct trace_array *this_tr) in trace_array_get() argument
503 if (tr == this_tr) { in trace_array_get()
514 static void __trace_array_put(struct trace_array *this_tr) in __trace_array_put() argument
516 WARN_ON(!this_tr->ref); in __trace_array_put()
517 this_tr->ref--; in __trace_array_put()
529 void trace_array_put(struct trace_array *this_tr) in trace_array_put() argument
531 if (!this_tr) in trace_array_put()
535 __trace_array_put(this_tr); in trace_array_put()
9592 int trace_array_destroy(struct trace_array *this_tr) in trace_array_destroy() argument
9597 if (!this_tr) in trace_array_destroy()
[all …]