Home
last modified time | relevance | path

Searched refs:osds_timeout_work (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/ceph/
Dosd_client.h222 struct delayed_work osds_timeout_work; member
/linux-4.1.27/net/ceph/
Dosd_client.c1615 osds_timeout_work.work); in handle_osds_timeout()
1624 schedule_delayed_work(&osdc->osds_timeout_work, in handle_osds_timeout()
2616 INIT_DELAYED_WORK(&osdc->osds_timeout_work, handle_osds_timeout); in ceph_osdc_init()
2621 schedule_delayed_work(&osdc->osds_timeout_work, in ceph_osdc_init()
2663 cancel_delayed_work_sync(&osdc->osds_timeout_work); in ceph_osdc_stop()