Home
last modified time | relevance | path

Searched refs:current_work (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/kernel/
Dworkqueue_internal.h29 struct work_struct *current_work; /* L: work being processed */ member
Dkthread.c590 worker->current_work = work; in kthread_worker_fn()
613 if (!worker->current_work && likely(worker->task)) in insert_kthread_work()
682 else if (worker->current_work == work) in flush_kthread_work()
Dworkqueue.c1014 if (worker->current_work == work && in find_worker_executing_work()
1794 if (WARN_ON(worker->current_work) || in destroy_worker()
2030 worker->current_work = work; in process_one_work()
2105 worker->current_work = NULL; in process_one_work()
/linux-4.4.14/include/linux/
Dkthread.h71 struct kthread_work *current_work; member