Searched refs:need_resend (Results 1 – 4 of 4) sorted by relevance
289 old.need_resend, old.out_ee); in icp_try_update()292 new.need_resend, new.out_ee); in icp_try_update()369 new_state.need_resend = true; in icp_try_to_deliver()500 if (!icp->state.need_resend) { in icp_deliver_irq()572 resend = new_state.need_resend; in icp_down_cppr()573 new_state.need_resend = 0; in icp_down_cppr()688 resend = new_state.need_resend; in kvmppc_h_ipi()689 new_state.need_resend = 0; in kvmppc_h_ipi()1163 new_state.need_resend = old_state.need_resend; in kvmppc_xics_set_icp()1165 resend = old_state.need_resend; in kvmppc_xics_set_icp()[all …]
269 new_state.need_resend = true; in icp_rm_try_to_deliver()398 if (!icp->state.need_resend) { in icp_rm_deliver_irq()466 resend = new_state.need_resend; in icp_rm_down_cppr()467 new_state.need_resend = 0; in icp_rm_down_cppr()593 resend = new_state.need_resend; in xics_rm_h_ipi()594 new_state.need_resend = 0; in xics_rm_h_ipi()
55 u8 need_resend:1; member
3857 struct rb_root *need_resend, in scan_requests() argument3923 insert_request(need_resend, req); in scan_requests()3934 struct rb_root *need_resend, in handle_one_map() argument3984 need_resend, need_resend_linger); in handle_one_map()4004 struct rb_root *need_resend, in kick_requests() argument4012 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()4067 struct rb_root need_resend = RB_ROOT; in ceph_osdc_handle_map() local4101 &need_resend, &need_resend_linger); in ceph_osdc_handle_map()[all …]
Completed in 19 milliseconds