Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dworkqueue.h616 extern bool disable_delayed_work_sync(struct delayed_work *dwork);
/linux-6.12.1/net/bluetooth/
Dhci_core.c1652 disable_delayed_work_sync(&adv_instance->rpa_expired_cb); in hci_adv_instances_clear()
2800 disable_delayed_work_sync(&hdev->cmd_timer); in hci_cancel_cmd_sync()
2801 disable_delayed_work_sync(&hdev->ncmd_timer); in hci_cancel_cmd_sync()
/linux-6.12.1/kernel/
Dworkqueue.c4498 bool disable_delayed_work_sync(struct delayed_work *dwork) in disable_delayed_work_sync() function
4503 EXPORT_SYMBOL_GPL(disable_delayed_work_sync);