Lines Matching refs:current_func
1117 worker->current_func == work->func) in find_worker_executing_work()
1499 wq_cpu_intensive_report(worker->current_func); in wq_worker_tick()
3157 worker->current_func = work->func; in process_one_work()
3229 worker->current_func(work); in process_one_work()
3234 trace_workqueue_execute_end(work, worker->current_func); in process_one_work()
3248 worker->current_func); in process_one_work()
3274 worker->last_func = worker->current_func; in process_one_work()
3279 worker->current_func = NULL; in process_one_work()
3707 worker->current_pwq->wq->name, worker->current_func, in check_flush_dependency()
6118 copy_from_kernel_nofault(&fn, &worker->current_func, sizeof(fn)); in print_worker_info()
6233 pr_cont(":%ps", worker->current_func); in show_pwq()