Lines Matching refs:need_resend
3857 struct rb_root *need_resend, in scan_requests() argument
3923 insert_request(need_resend, req); in scan_requests()
3934 struct rb_root *need_resend, in handle_one_map() argument
3984 need_resend, need_resend_linger); in handle_one_map()
3991 scan_requests(osd, skipped_map, was_full, true, need_resend, in handle_one_map()
4004 struct rb_root *need_resend, in kick_requests() argument
4012 for (n = rb_first(need_resend); n; ) { in kick_requests()
4021 erase_request(need_resend, req); in kick_requests()
4027 for (n = rb_first(need_resend); n; ) { in kick_requests()
4033 erase_request(need_resend, req); /* before link_request() */ in kick_requests()
4067 struct rb_root need_resend = RB_ROOT; in ceph_osdc_handle_map() local
4101 &need_resend, &need_resend_linger); in ceph_osdc_handle_map()
4133 &need_resend, &need_resend_linger); in ceph_osdc_handle_map()
4155 kick_requests(osdc, &need_resend, &need_resend_linger); in ceph_osdc_handle_map()