Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace.c578 static struct workqueue_struct *autoremove_wq; variable
582 if (autoremove_wq) in trace_array_kick_autoremove()
583 queue_work(autoremove_wq, &tr->autoremove_work); in trace_array_kick_autoremove()
603 if (autoremove_wq) in trace_array_start_autoremove()
606 autoremove_wq = alloc_workqueue("tr_autoremove_wq", in trace_array_start_autoremove()
608 if (!autoremove_wq) in trace_array_start_autoremove()
617 if (autoremove_wq && this_tr->free_on_close) in __trace_array_get()