Symbol: current_work
arch/x86/platform/efi/quirks.c
782
current_work() != &efi_rts_work.work)
drivers/firewire/core-iso.c
246
if (WARN_ON_ONCE(current_work() == &ctx->work))
drivers/firewire/core-iso.c
270
if (WARN_ON_ONCE(current_work() == &ctx->work))
drivers/firewire/ohci.c
1334
if (WARN_ON_ONCE(current_work() == &ctx->work))
drivers/firewire/ohci.c
2573
if (WARN_ON_ONCE(current_work() == &ctx->work))
drivers/gpu/drm/drm_probe_helper.c
868
struct work_struct *work = current_work();
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
509
if (current_work() != &ptpsq->report_unhealthy_work)
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
3312
if (current_work() != &priv->tx_timeout_work)
drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c
277
if (current_work() != &fw_reset->reset_timeout_work.work)
drivers/net/wwan/wwan_hwsim.c
356
if (current_work() != &port->del_work)
drivers/net/wwan/wwan_hwsim.c
464
if (current_work() != &dev->del_work)
drivers/scsi/mpi3mr/mpi3mr_os.c
400
if (current_work() == &fwevt->work || fwevt->pending_at_sml) {
fs/btrfs/block-group.c
691
ASSERT(current_work() == &caching_ctl->work.normal_work);
include/linux/kthread.h
150
struct kthread_work *current_work;
include/linux/workqueue.h
632
extern struct work_struct *current_work(void);
kernel/kthread.c
1018
worker->current_work = work;
kernel/kthread.c
1183
if (!worker->current_work && likely(worker->task))
kernel/kthread.c
1353
else if (worker->current_work == work)
kernel/kthread.c
1508
if (worker->current_work != work)
kernel/sched/psi.c
327
if (current_work() == &group->avgs_work.work) {
kernel/workqueue.c
1119
if (worker->current_work == work &&
kernel/workqueue.c
2897
if (WARN_ON(worker->current_work) ||
kernel/workqueue.c
3202
worker->current_work = work;
kernel/workqueue.c
3327
worker->current_work = NULL;
kernel/workqueue.c
6098
return worker ? worker->current_work : NULL;
kernel/workqueue.c
6100
EXPORT_SYMBOL(current_work);
kernel/workqueue.c
6568
if (worker->current_work)
kernel/workqueue_internal.h
31
struct work_struct *current_work; /* K: work being processed and its */
net/bluetooth/hci_sync.c
804
if (current_work() == &hdev->cmd_sync_work) {
net/smc/smc_close.c
28
if (smc->listen_smc && current_work() != &smc->smc_listen_work)
net/smc/smc_core.c
1278
if (current_work() != &conn->abort_work)
sound/firewire/amdtp-stream.c
1062
struct work_struct *work = current_work();
sound/firewire/amdtp-stream.c
1868
if (current_work() != &s->period_work)
sound/hda/common/codec.c
4017
if (current_work() != &codec->jackpoll_work.work)
sound/soc/intel/avs/ipc.c
173
if (current_work() != &ipc->d0ix_work.work)