Searched refs:autoremove_work (Results 1 – 2 of 2) sorted by relevance
583 struct trace_array *tr = container_of(work, struct trace_array, autoremove_work); in trace_array_autoremove()593 queue_work(autoremove_wq, &tr->autoremove_work); in trace_array_kick_autoremove()602 if (work_pending(&tr->autoremove_work)) in trace_array_cancel_autoremove()603 cancel_work_sync(&tr->autoremove_work); in trace_array_cancel_autoremove()608 INIT_WORK(&tr->autoremove_work, trace_array_autoremove); in trace_array_init_autoremove()
464 struct work_struct autoremove_work; member