Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace.c588 static struct workqueue_struct *autoremove_wq; variable
592 if (autoremove_wq) in trace_array_kick_autoremove()
593 queue_work(autoremove_wq, &tr->autoremove_work); in trace_array_kick_autoremove()
613 if (autoremove_wq) in trace_array_start_autoremove()
616 autoremove_wq = alloc_workqueue("tr_autoremove_wq", in trace_array_start_autoremove()
618 if (!autoremove_wq) in trace_array_start_autoremove()
627 if (autoremove_wq && this_tr->free_on_close) in __trace_array_get()