Lines Matching refs:need_resend
3641 struct rb_root *need_resend, in scan_requests() argument
3708 insert_request(need_resend, req); in scan_requests()
3719 struct rb_root *need_resend, in handle_one_map() argument
3767 need_resend, need_resend_linger); in handle_one_map()
3774 scan_requests(osd, skipped_map, was_full, true, need_resend, in handle_one_map()
3787 struct rb_root *need_resend, in kick_requests() argument
3795 for (n = rb_first(need_resend); n; ) { in kick_requests()
3804 erase_request(need_resend, req); in kick_requests()
3810 for (n = rb_first(need_resend); n; ) { in kick_requests()
3816 erase_request(need_resend, req); /* before link_request() */ in kick_requests()
3850 struct rb_root need_resend = RB_ROOT; in ceph_osdc_handle_map() local
3884 &need_resend, &need_resend_linger); in ceph_osdc_handle_map()
3916 &need_resend, &need_resend_linger); in ceph_osdc_handle_map()
3938 kick_requests(osdc, &need_resend, &need_resend_linger); in ceph_osdc_handle_map()