Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace.c573 struct trace_array *tr = container_of(work, struct trace_array, autoremove_work); in trace_array_autoremove()
583 queue_work(autoremove_wq, &tr->autoremove_work); in trace_array_kick_autoremove()
592 if (work_pending(&tr->autoremove_work)) in trace_array_cancel_autoremove()
593 cancel_work_sync(&tr->autoremove_work); in trace_array_cancel_autoremove()
598 INIT_WORK(&tr->autoremove_work, trace_array_autoremove); in trace_array_init_autoremove()
H A Dtrace.h466 struct work_struct autoremove_work; member