Home
last modified time | relevance | path

Searched refs:disable_delayed_work_sync (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/base/
H A Ddevcoredump.c174 disable_delayed_work_sync(&devcd->del_wk); in devcd_free()
/linux/include/linux/
H A Dworkqueue.h623 extern bool disable_delayed_work_sync(struct delayed_work *dwork);
/linux/drivers/usb/typec/ucsi/
H A Ducsi_huawei_gaokun.c506 disable_delayed_work_sync(&uec->work); in gaokun_ucsi_remove()
/linux/drivers/usb/phy/
H A Dphy-fsl-usb.c991 disable_delayed_work_sync(&fsl_otg_dev->otg_event); in fsl_otg_remove()
/linux/mm/
H A Dvmstat.c2176 disable_delayed_work_sync(&per_cpu(vmstat_work, cpu)); in start_shepherd_timer()
2208 disable_delayed_work_sync(&per_cpu(vmstat_work, cpu)); in vmstat_cpu_down_prep()
/linux/net/bluetooth/
H A Dhci_conn.c1172 disable_delayed_work_sync(&conn->disc_work); in hci_conn_del()
1173 disable_delayed_work_sync(&conn->auto_accept_work); in hci_conn_del()
1174 disable_delayed_work_sync(&conn->idle_work); in hci_conn_del()
H A Dhci_core.c1681 disable_delayed_work_sync(&adv_instance->rpa_expired_cb); in hci_adv_instances_clear()
2817 disable_delayed_work_sync(&hdev->cmd_timer); in hci_cancel_cmd_sync()
2818 disable_delayed_work_sync(&hdev->ncmd_timer); in hci_cancel_cmd_sync()
H A Dsco.c95 disable_delayed_work_sync(&conn->timeout_work); in sco_conn_free()
H A Diso.c113 disable_delayed_work_sync(&conn->timeout_work); in iso_conn_free()
/linux/drivers/scsi/
H A Dimm.c1263 disable_delayed_work_sync(&dev->imm_tq); in imm_detach()
/linux/drivers/net/ethernet/mscc/
H A Docelot_stats.c1024 disable_delayed_work_sync(&ocelot->stats_work); in ocelot_stats_deinit()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c913 disable_delayed_work_sync(&queue->timeout.work)); in group_free_queue()
2718 disable_delayed_work_sync(&queue->timeout.work); in queue_stop()
4027 disable_delayed_work_sync(&sched->tick_work); in panthor_sched_unplug()
H A Dpanthor_fw.c1257 disable_delayed_work_sync(&ptdev->fw->watchdog.ping_work); in panthor_fw_unplug()
/linux/fs/smb/client/
H A Dsmbdirect.c1626 disable_delayed_work_sync(&sc->idle.timer_work); in smbd_destroy()
2007 disable_delayed_work_sync(&sc->idle.timer_work); in _smbd_get_connection()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dgdma_main.c2213 disable_delayed_work_sync(&mana_dev_recovery_work.work); in mana_driver_exit()
/linux/kernel/
H A Dworkqueue.c4558 bool disable_delayed_work_sync(struct delayed_work *dwork) in disable_delayed_work_sync() function
4563 EXPORT_SYMBOL_GPL(disable_delayed_work_sync);