Lines Matching refs:need_resend
3762 struct rb_root *need_resend, in scan_requests() argument
3828 insert_request(need_resend, req); in scan_requests()
3839 struct rb_root *need_resend, in handle_one_map() argument
3887 need_resend, need_resend_linger); in handle_one_map()
3894 scan_requests(osd, skipped_map, was_full, true, need_resend, in handle_one_map()
3907 struct rb_root *need_resend, in kick_requests() argument
3915 for (n = rb_first(need_resend); n; ) { in kick_requests()
3924 erase_request(need_resend, req); in kick_requests()
3930 for (n = rb_first(need_resend); n; ) { in kick_requests()
3936 erase_request(need_resend, req); /* before link_request() */ in kick_requests()
3970 struct rb_root need_resend = RB_ROOT; in ceph_osdc_handle_map() local
4004 &need_resend, &need_resend_linger); in ceph_osdc_handle_map()
4036 &need_resend, &need_resend_linger); in ceph_osdc_handle_map()
4058 kick_requests(osdc, &need_resend, &need_resend_linger); in ceph_osdc_handle_map()