Home
last modified time | relevance | path

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

/linux/kernel/
A Dworkqueue_internal.h32 work_func_t current_func; /* L: current_work's fn */ member
A Dasync.c306 return worker && worker->current_func == async_run_entry_fn; in current_is_async()
A Dworkqueue.c1052 worker->current_func == work->func) in find_worker_executing_work()
2231 worker->current_func = work->func; in process_one_work()
2298 worker->current_func(work); in process_one_work()
2303 trace_workqueue_execute_end(work, worker->current_func); in process_one_work()
2311 worker->current_func); in process_one_work()
2333 worker->last_func = worker->current_func; in process_one_work()
2338 worker->current_func = NULL; in process_one_work()
2640 worker->current_pwq->wq->name, worker->current_func, in check_flush_dependency()
4692 copy_from_kernel_nofault(&fn, &worker->current_func, sizeof(fn)); in print_worker_info()
4760 worker->current_func); in show_pwq()

Completed in 13 milliseconds