Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dworkqueue.h623 extern bool disable_delayed_work_sync(struct delayed_work *dwork);
/linux/net/bluetooth/
H A Dhci_conn.c1140 disable_delayed_work_sync(&conn->disc_work); in hci_conn_del()
1141 disable_delayed_work_sync(&conn->auto_accept_work); in hci_conn_del()
1142 disable_delayed_work_sync(&conn->idle_work); in hci_conn_del()
H A Dsco.c95 disable_delayed_work_sync(&conn->timeout_work); in sco_conn_free()
H A Diso.c112 disable_delayed_work_sync(&conn->timeout_work); in iso_conn_free()
/linux/mm/
H A Dvmstat.c2165 disable_delayed_work_sync(&per_cpu(vmstat_work, cpu)); in start_shepherd_timer()
2197 disable_delayed_work_sync(&per_cpu(vmstat_work, cpu)); in vmstat_cpu_down_prep()
/linux/kernel/
H A Dworkqueue.c4525 bool disable_delayed_work_sync(struct delayed_work *dwork) in disable_delayed_work_sync() function
4530 EXPORT_SYMBOL_GPL(disable_delayed_work_sync);