Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dworkqueue_internal.h32 work_func_t current_func; /* K: function */ member
H A Dasync.c344 return worker && worker->current_func == async_run_entry_fn; in current_is_async()
H A Dworkqueue.c1012 worker->current_func == work->func) in find_worker_executing_work()
1362 wq_cpu_intensive_report(worker->current_func); in wq_worker_tick()
2564 worker->current_func = work->func; in process_one_work()
2631 worker->current_func(work); in process_one_work()
2636 trace_workqueue_execute_end(work, worker->current_func); in process_one_work()
2645 worker->current_func); in process_one_work()
2670 worker->last_func = worker->current_func; in process_one_work()
2675 worker->current_func = NULL; in process_one_work()
2967 worker->current_pwq->wq->name, worker->current_func, in check_flush_dependency()
5064 copy_from_kernel_nofault(&fn, &worker->current_func, sizeof(fn)); in print_worker_info()
[all …]