Searched refs:current_work (Results 1 – 3 of 3) sorted by relevance
603 worker->current_work = work; in kthread_worker_fn()639 if (!worker->current_work && likely(worker->task)) in insert_kthread_work()708 else if (worker->current_work == work) in flush_kthread_work()760 if (worker->current_work != work) in __kthread_cancel_work_sync()
30 struct work_struct *current_work; /* L: work being processed */ member
1015 if (worker->current_work == work && in find_worker_executing_work()1796 if (WARN_ON(worker->current_work) || in destroy_worker()2025 worker->current_work = work; in process_one_work()2100 worker->current_work = NULL; in process_one_work()4092 struct work_struct *current_work(void) in current_work() function4096 return worker ? worker->current_work : NULL; in current_work()4098 EXPORT_SYMBOL(current_work);