Searched refs:timeout_work (Results 1 – 5 of 5) sorted by relevance
| /net/bluetooth/ |
| A D | sco.c | 51 struct delayed_work timeout_work; member 95 disable_delayed_work_sync(&conn->timeout_work); in sco_conn_free() 144 timeout_work.work); in sco_sock_timeout() 179 cancel_delayed_work(&sco_pi(sk)->conn->timeout_work); in sco_sock_set_timer() 180 schedule_delayed_work(&sco_pi(sk)->conn->timeout_work, timeout); in sco_sock_set_timer() 189 cancel_delayed_work(&sco_pi(sk)->conn->timeout_work); in sco_sock_clear_timer() 213 INIT_DELAYED_WORK(&conn->timeout_work, sco_sock_timeout); in sco_conn_add()
|
| A D | iso.c | 33 struct delayed_work timeout_work; member 112 disable_delayed_work_sync(&conn->timeout_work); in iso_conn_free() 153 timeout_work.work); in iso_sock_timeout() 183 cancel_delayed_work(&iso_pi(sk)->conn->timeout_work); in iso_sock_set_timer() 184 schedule_delayed_work(&iso_pi(sk)->conn->timeout_work, timeout); in iso_sock_set_timer() 193 cancel_delayed_work(&iso_pi(sk)->conn->timeout_work); in iso_sock_clear_timer() 218 INIT_DELAYED_WORK(&conn->timeout_work, iso_sock_timeout); in iso_conn_add()
|
| /net/nfc/ |
| A D | llcp.h | 63 struct work_struct timeout_work; member
|
| A D | llcp_core.c | 167 cancel_work_sync(&local->timeout_work); in local_cleanup() 239 timeout_work); in nfc_llcp_timeout_work() 251 schedule_work(&local->timeout_work); in nfc_llcp_symm_timer() 1647 INIT_WORK(&local->timeout_work, nfc_llcp_timeout_work); in nfc_llcp_register_device()
|
| /net/ceph/ |
| A D | osd_client.c | 3428 container_of(work, struct ceph_osd_client, timeout_work.work); in handle_timeout() 3510 schedule_delayed_work(&osdc->timeout_work, in handle_timeout() 5209 INIT_DELAYED_WORK(&osdc->timeout_work, handle_timeout); in ceph_osdc_init() 5241 schedule_delayed_work(&osdc->timeout_work, in ceph_osdc_init() 5266 cancel_delayed_work_sync(&osdc->timeout_work); in ceph_osdc_stop()
|
Completed in 32 milliseconds