Searched refs:slow_osds (Results 1 – 1 of 1) sorted by relevance
1574 struct list_head slow_osds; in handle_timeout() local1587 INIT_LIST_HEAD(&slow_osds); in handle_timeout()1596 list_move_tail(&osd->o_keepalive_item, &slow_osds); in handle_timeout()1598 while (!list_empty(&slow_osds)) { in handle_timeout()1599 osd = list_entry(slow_osds.next, struct ceph_osd, in handle_timeout()