Searched refs:slow_osds (Results 1 – 1 of 1) sorted by relevance
1589 struct list_head slow_osds; in handle_timeout() local1602 INIT_LIST_HEAD(&slow_osds); in handle_timeout()1612 list_move_tail(&osd->o_keepalive_item, &slow_osds); in handle_timeout()1614 while (!list_empty(&slow_osds)) { in handle_timeout()1615 osd = list_entry(slow_osds.next, struct ceph_osd, in handle_timeout()