current_work 680 drivers/gpu/drm/drm_probe_helper.c struct work_struct *work = current_work(); current_work 92 include/linux/kthread.h struct kthread_work *current_work; current_work 472 include/linux/workqueue.h extern struct work_struct *current_work(void); current_work 666 kernel/kthread.c worker->current_work = work; current_work 802 kernel/kthread.c if (!worker->current_work && likely(worker->task)) current_work 970 kernel/kthread.c else if (worker->current_work == work) current_work 1095 kernel/kthread.c if (worker->current_work != work) current_work 1035 kernel/workqueue.c if (worker->current_work == work && current_work 1976 kernel/workqueue.c if (WARN_ON(worker->current_work) || current_work 2205 kernel/workqueue.c worker->current_work = work; current_work 2311 kernel/workqueue.c worker->current_work = NULL; current_work 4465 kernel/workqueue.c return worker ? worker->current_work : NULL; current_work 4467 kernel/workqueue.c EXPORT_SYMBOL(current_work); current_work 4832 kernel/workqueue.c if (worker->current_work) current_work 31 kernel/workqueue_internal.h struct work_struct *current_work; /* L: work being processed */ current_work 29 net/smc/smc_close.c if (smc->listen_smc && current_work() != &smc->smc_listen_work) current_work 3998 sound/pci/hda/hda_codec.c if (current_work() != &codec->jackpoll_work.work)