Home
last modified time | relevance | path

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

/linux-3.4.99/net/ceph/
Dosd_client.c1091 struct list_head slow_osds; in handle_timeout() local
1104 INIT_LIST_HEAD(&slow_osds); in handle_timeout()
1113 list_move_tail(&osd->o_keepalive_item, &slow_osds); in handle_timeout()
1115 while (!list_empty(&slow_osds)) { in handle_timeout()
1116 osd = list_entry(slow_osds.next, struct ceph_osd, in handle_timeout()