Home
last modified time | relevance | path

Searched refs:need_resend (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_xics.c289 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()
975 state.out_ee, state.need_resend); in xics_debug_show()
1172 new_state.need_resend = old_state.need_resend; in kvmppc_xics_set_icp()
[all …]
Dbook3s_hv_rm_xics.c276 new_state.need_resend = true; in icp_rm_try_to_deliver()
405 if (!icp->state.need_resend) { in icp_rm_deliver_irq()
473 resend = new_state.need_resend; in icp_rm_down_cppr()
474 new_state.need_resend = 0; in icp_rm_down_cppr()
595 resend = new_state.need_resend; in xics_rm_h_ipi()
596 new_state.need_resend = 0; in xics_rm_h_ipi()
Dbook3s_xics.h55 u8 need_resend:1; member
/kernel/linux/linux-5.10/net/ceph/
Dosd_client.c3832 struct rb_root *need_resend, in scan_requests() argument
3898 insert_request(need_resend, req); in scan_requests()
3909 struct rb_root *need_resend, in handle_one_map() argument
3957 need_resend, need_resend_linger); in handle_one_map()
3964 scan_requests(osd, skipped_map, was_full, true, need_resend, in handle_one_map()
3977 struct rb_root *need_resend, in kick_requests() argument
3985 for (n = rb_first(need_resend); n; ) { in kick_requests()
3994 erase_request(need_resend, req); in kick_requests()
4000 for (n = rb_first(need_resend); n; ) { in kick_requests()
4006 erase_request(need_resend, req); /* before link_request() */ in kick_requests()
[all …]