Searched refs:current_work (Results 1 – 13 of 13) sorted by relevance
31 struct work_struct *current_work; /* L: work being processed */ member
750 worker->current_work = work; in kthread_worker_fn()886 if (!worker->current_work && likely(worker->task)) in kthread_insert_work()1061 else if (worker->current_work == work) in kthread_flush_work()1228 if (worker->current_work != work) in __kthread_cancel_work_sync()
1050 if (worker->current_work == work && in find_worker_executing_work()2010 if (WARN_ON(worker->current_work) || in destroy_worker()2239 worker->current_work = work; in process_one_work()2345 worker->current_work = NULL; in process_one_work()4532 struct work_struct *current_work(void) in current_work() function4536 return worker ? worker->current_work : NULL; in current_work()4538 EXPORT_SYMBOL(current_work);4903 if (worker->current_work) in wq_worker_comm()
98 struct kthread_work *current_work; member
478 extern struct work_struct *current_work(void);
28 if (smc->listen_smc && current_work() != &smc->smc_listen_work) in smc_clcsock_release()
661 if (current_work() != &conn->abort_work) in smc_conn_free()
727 struct work_struct *work = current_work(); in drm_kms_helper_is_poll_worker()
1011 current_work
1492 current_work
1029 current_work
1209 if (current_work() != &s->period_work) { in amdtp_domain_stream_pcm_pointer()
4029 if (current_work() != &codec->jackpoll_work.work) in snd_hda_bus_reset_codecs()