Searched refs:current_func (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/
H A Dworkqueue_internal.h32 work_func_t current_func; /* K: function */ member in struct:worker
H A Dasync.c346 return worker && worker->current_func == async_run_entry_fn;
H A Dworkqueue.c820 * work->current_func, which is executed afterwards. This possible
833 * 7 work->current_func() {
1126 worker->current_func == work->func)
1504 wq_cpu_intensive_report(worker->current_func);
3182 worker->current_func = work->func;
3254 worker->current_func(work);
3259 trace_workqueue_execute_end(work, worker->current_func);
3273 worker->current_func);
3299 worker->last_func = worker->current_func;
3304 worker->current_func
[all...]

Completed in 268 milliseconds