Searched refs:need_resend (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_xics.c | 292 old.need_resend, old.out_ee); in icp_try_update() 295 new.need_resend, new.out_ee); in icp_try_update() 372 new_state.need_resend = true; in icp_try_to_deliver() 503 if (!icp->state.need_resend) { in icp_deliver_irq() 575 resend = new_state.need_resend; in icp_down_cppr() 576 new_state.need_resend = 0; in icp_down_cppr() 692 resend = new_state.need_resend; in kvmppc_h_ipi() 693 new_state.need_resend = 0; in kvmppc_h_ipi() 980 state.out_ee, state.need_resend); in xics_debug_show() 1188 new_state.need_resend = old_state.need_resend; in kvmppc_xics_set_icp() [all …]
|
D | book3s_hv_rm_xics.c | 273 new_state.need_resend = true; in icp_rm_try_to_deliver() 402 if (!icp->state.need_resend) { in icp_rm_deliver_irq() 470 resend = new_state.need_resend; in icp_rm_down_cppr() 471 new_state.need_resend = 0; in icp_rm_down_cppr() 592 resend = new_state.need_resend; in xics_rm_h_ipi() 593 new_state.need_resend = 0; in xics_rm_h_ipi()
|
D | book3s_xics.h | 58 u8 need_resend:1; member
|
/Linux-v4.19/net/ceph/ |
D | osd_client.c | 3641 struct rb_root *need_resend, in scan_requests() argument 3708 insert_request(need_resend, req); in scan_requests() 3719 struct rb_root *need_resend, in handle_one_map() argument 3767 need_resend, need_resend_linger); in handle_one_map() 3774 scan_requests(osd, skipped_map, was_full, true, need_resend, in handle_one_map() 3787 struct rb_root *need_resend, in kick_requests() argument 3795 for (n = rb_first(need_resend); n; ) { in kick_requests() 3804 erase_request(need_resend, req); in kick_requests() 3810 for (n = rb_first(need_resend); n; ) { in kick_requests() 3816 erase_request(need_resend, req); /* before link_request() */ in kick_requests() [all …]
|