Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace.h463 bool free_on_close; member
H A Dtrace.c627 if (autoremove_wq && this_tr->free_on_close) in __trace_array_get()
656 if (this_tr->ref == 1 && this_tr->free_on_close) in __trace_array_put()
5528 tr->free_on_close = true; in update_last_data()