Lines Matching refs:need_resend
3853 struct rb_root *need_resend, in scan_requests() argument
3919 insert_request(need_resend, req); in scan_requests()
3930 struct rb_root *need_resend, in handle_one_map() argument
3978 need_resend, need_resend_linger); in handle_one_map()
3985 scan_requests(osd, skipped_map, was_full, true, need_resend, in handle_one_map()
3998 struct rb_root *need_resend, in kick_requests() argument
4006 for (n = rb_first(need_resend); n; ) { in kick_requests()
4015 erase_request(need_resend, req); in kick_requests()
4021 for (n = rb_first(need_resend); n; ) { in kick_requests()
4027 erase_request(need_resend, req); /* before link_request() */ in kick_requests()
4061 struct rb_root need_resend = RB_ROOT; in ceph_osdc_handle_map() local
4095 &need_resend, &need_resend_linger); in ceph_osdc_handle_map()
4127 &need_resend, &need_resend_linger); in ceph_osdc_handle_map()
4149 kick_requests(osdc, &need_resend, &need_resend_linger); in ceph_osdc_handle_map()