Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dosd_client.h367 struct delayed_work osds_timeout_work; member
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosd_client.c3445 osds_timeout_work.work); in handle_osds_timeout()
3461 schedule_delayed_work(&osdc->osds_timeout_work, in handle_osds_timeout()
5165 INIT_DELAYED_WORK(&osdc->osds_timeout_work, handle_osds_timeout); in ceph_osdc_init()
5198 schedule_delayed_work(&osdc->osds_timeout_work, in ceph_osdc_init()
5222 cancel_delayed_work_sync(&osdc->osds_timeout_work); in ceph_osdc_stop()