Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace.c583 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()
H A Dtrace.h464 struct work_struct autoremove_work; member