Lines Matching refs:need_resend
3752 struct rb_root *need_resend, in scan_requests() argument
3818 insert_request(need_resend, req); in scan_requests()
3829 struct rb_root *need_resend, in handle_one_map() argument
3877 need_resend, need_resend_linger); in handle_one_map()
3884 scan_requests(osd, skipped_map, was_full, true, need_resend, in handle_one_map()
3897 struct rb_root *need_resend, in kick_requests() argument
3905 for (n = rb_first(need_resend); n; ) { in kick_requests()
3914 erase_request(need_resend, req); in kick_requests()
3920 for (n = rb_first(need_resend); n; ) { in kick_requests()
3926 erase_request(need_resend, req); /* before link_request() */ in kick_requests()
3960 struct rb_root need_resend = RB_ROOT; in ceph_osdc_handle_map() local
3994 &need_resend, &need_resend_linger); in ceph_osdc_handle_map()
4026 &need_resend, &need_resend_linger); in ceph_osdc_handle_map()
4048 kick_requests(osdc, &need_resend, &need_resend_linger); in ceph_osdc_handle_map()