Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dworkqueue_internal.h29 struct work_struct *current_work; /* L: work being processed */ member
Dkthread.c571 worker->current_work = work; in kthread_worker_fn()
594 if (!worker->current_work && likely(worker->task)) in insert_kthread_work()
663 else if (worker->current_work == work) in flush_kthread_work()
Dworkqueue.c1019 if (worker->current_work == work && in find_worker_executing_work()
1801 if (WARN_ON(worker->current_work) || in destroy_worker()
2037 worker->current_work = work; in process_one_work()
2112 worker->current_work = NULL; in process_one_work()
/linux-4.1.27/include/linux/
Dkthread.h70 struct kthread_work *current_work; member