Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue_internal.h32 work_func_t current_func; /* K: function */ member
H A Dasync.c346 return worker && worker->current_func == async_run_entry_fn; in current_is_async()
H A Dworkqueue.c839 * work->current_func, which is executed afterwards. This possible in set_work_pool_and_clear_pending()
852 * 7 work->current_func() { in work_struct_pwq()
1135 worker->current_func == work->func)
1533 wq_cpu_intensive_report(worker->current_func);
3229 worker->current_func = work->func; in process_one_work()
3302 worker->current_func(work); in process_one_work()
3307 trace_workqueue_execute_end(work, worker->current_func); in process_one_work()
3321 worker->current_func); in process_one_work()
3349 worker->last_func = worker->current_func; in process_scheduled_works()
3354 worker->current_func in process_scheduled_works()
[all...]