Symbol: disable_work_sync
drivers/accel/ivpu/ivpu_pm.c
426
disable_work_sync(&vdev->pm->recovery_work);
drivers/firewire/core-iso.c
249
disable_work_sync(&ctx->work);
drivers/firewire/ohci.c
1337
disable_work_sync(&ctx->work);
drivers/firewire/ohci.c
2575
disable_work_sync(&ctx->work);
drivers/gpu/drm/drm_pagemap.c
1279
disable_work_sync(&drm_pagemap_work);
drivers/gpu/drm/panthor/panthor_device.c
145
disable_work_sync(&ptdev->reset.work);
drivers/gpu/drm/panthor/panthor_sched.c
4055
disable_work_sync(&sched->fw_events_work);
drivers/gpu/drm/panthor/panthor_sched.c
4056
disable_work_sync(&sched->sync_upd_work);
drivers/gpu/drm/xe/xe_gt.c
655
if (disable_work_sync(&gt->reset.worker))
drivers/gpu/drm/xe/xe_gt_sriov_pf.c
60
if (disable_work_sync(&gt->sriov.pf.workers.restart)) {
drivers/gpu/drm/xe/xe_svm.c
906
disable_work_sync(&vm->svm.garbage_collector.work);
drivers/input/keyboard/lkkbd.c
673
fail3: disable_work_sync(&lk->tq);
drivers/input/keyboard/lkkbd.c
688
disable_work_sync(&lk->tq);
drivers/input/mouse/bcm5974.c
1040
disable_work_sync(&dev->mode_reset_work);
drivers/media/pci/bt8xx/bt878.c
482
disable_work_sync(&bt->bh_work);
drivers/media/pci/mantis/mantis_dvb.c
128
disable_work_sync(&mantis->bh_work);
drivers/media/pci/mantis/mantis_dvb.c
209
disable_work_sync(&mantis->bh_work);
drivers/media/pci/smipcie/smipcie-main.c
430
disable_work_sync(&port->bh_work);
drivers/media/pci/smipcie/smipcie-main.c
840
disable_work_sync(&port->bh_work);
drivers/net/ethernet/broadcom/cnic.c
4441
disable_work_sync(&cp->cnic_irq_bh_work);
drivers/net/ethernet/huawei/hinic3/hinic3_eqs.c
629
disable_work_sync(&eq->aeq_work);
drivers/net/ethernet/huawei/hinic3/hinic3_irq.c
264
disable_work_sync(&irq_cfg->rxq->dim.work);
drivers/net/ethernet/huawei/hinic3/hinic3_irq.c
289
disable_work_sync(&irq_cfg->rxq->dim.work);
drivers/net/ethernet/microsoft/mana/mana_en.c
3692
disable_work_sync(&ac->link_change_work);
drivers/net/ethernet/microsoft/mana/mana_en.c
3708
disable_work_sync(&apc->queue_reset_work);
drivers/net/ethernet/realtek/r8169_main.c
4999
disable_work_sync(&tp->wk.work);
drivers/net/ethernet/realtek/r8169_main.c
5278
disable_work_sync(&tp->wk.work);
drivers/net/ethernet/ti/cpsw.c
1803
disable_work_sync(&priv->rx_mode_work);
drivers/net/ethernet/ti/cpsw_new.c
1480
disable_work_sync(&priv->rx_mode_work);
drivers/net/ethernet/ti/icssg/icssg_prueth.c
2240
disable_work_sync(&prueth->emac[i]->rx_mode_work);
drivers/net/ethernet/ti/icssg/icssg_prueth.c
2300
disable_work_sync(&prueth->emac[i]->rx_mode_work);
drivers/net/ethernet/wangxun/libwx/wx_lib.c
1768
disable_work_sync(&q_vector->rx.dim.work);
drivers/net/ethernet/wangxun/libwx/wx_lib.c
1769
disable_work_sync(&q_vector->tx.dim.work);
fs/smb/client/smbdirect.c
1898
disable_work_sync(&sc->disconnect_work);
fs/smb/client/smbdirect.c
1919
disable_work_sync(&sc->recv_io.posted.refill_work);
fs/smb/client/smbdirect.c
1929
disable_work_sync(&sc->idle.immediate_work);
fs/smb/client/smbdirect.c
2733
disable_work_sync(&sc->mr_io.recovery_work);
fs/smb/common/smbdirect/smbdirect_socket.h
374
disable_work_sync(&sc->disconnect_work);
fs/smb/common/smbdirect/smbdirect_socket.h
378
disable_work_sync(&sc->connect.work);
fs/smb/common/smbdirect/smbdirect_socket.h
381
disable_work_sync(&sc->idle.immediate_work);
fs/smb/common/smbdirect/smbdirect_socket.h
403
disable_work_sync(&sc->recv_io.posted.refill_work);
fs/smb/common/smbdirect/smbdirect_socket.h
421
disable_work_sync(&sc->mr_io.recovery_work);
fs/smb/server/transport_rdma.c
471
disable_work_sync(&sc->disconnect_work);
fs/smb/server/transport_rdma.c
486
disable_work_sync(&sc->connect.work);
fs/smb/server/transport_rdma.c
487
disable_work_sync(&sc->recv_io.posted.refill_work);
fs/smb/server/transport_rdma.c
489
disable_work_sync(&sc->idle.immediate_work);
include/linux/workqueue.h
619
extern bool disable_work_sync(struct work_struct *work);
kernel/workqueue.c
4561
EXPORT_SYMBOL_GPL(disable_work_sync);
net/bluetooth/hci_core.c
2706
disable_work_sync(&hdev->rx_work);
net/bluetooth/hci_core.c
2707
disable_work_sync(&hdev->cmd_work);
net/bluetooth/hci_core.c
2708
disable_work_sync(&hdev->tx_work);
net/bluetooth/hci_core.c
2709
disable_work_sync(&hdev->power_on);
net/bluetooth/hci_core.c
2710
disable_work_sync(&hdev->error_reset);
net/kcm/kcmsock.c
1720
disable_work_sync(&kcm->tx_work);
net/ncsi/ncsi-manage.c
1970
disable_work_sync(&ndp->work);
net/xfrm/espintcp.c
539
disable_work_sync(&ctx->work);
net/xfrm/xfrm_policy.c
4285
disable_work_sync(&net->xfrm.policy_hthresh.work);
sound/soc/intel/avs/pcm.c
654
disable_work_sync(&data->period_elapsed_work);