Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dworkqueue_internal.h30 work_func_t current_func; /* L: current_work's fn */ member
Dasync.c327 return worker && worker->current_func == async_run_entry_fn; in current_is_async()
Dworkqueue.c1020 worker->current_func == work->func) in find_worker_executing_work()
2038 worker->current_func = work->func; in process_one_work()
2076 worker->current_func(work); in process_one_work()
2089 worker->current_func); in process_one_work()
2113 worker->current_func = NULL; in process_one_work()
4209 probe_kernel_read(&fn, &worker->current_func, sizeof(fn)); in print_worker_info()
4280 worker->current_func); in show_pwq()