Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv_rm_xics.c184 new_state.need_resend = true; in icp_rm_try_to_deliver()
301 if (!icp->state.need_resend) { in icp_rm_deliver_irq()
367 resend = new_state.need_resend; in icp_rm_down_cppr()
368 new_state.need_resend = 0; in icp_rm_down_cppr()
489 resend = new_state.need_resend; in kvmppc_rm_h_ipi()
490 new_state.need_resend = 0; in kvmppc_rm_h_ipi()
Dbook3s_xics.c286 old.need_resend, old.out_ee); in icp_try_update()
289 new.need_resend, new.out_ee); in icp_try_update()
366 new_state.need_resend = true; in icp_try_to_deliver()
486 if (!icp->state.need_resend) { in icp_deliver_irq()
556 resend = new_state.need_resend; in icp_down_cppr()
557 new_state.need_resend = 0; in icp_down_cppr()
673 resend = new_state.need_resend; in kvmppc_h_ipi()
674 new_state.need_resend = 0; in kvmppc_h_ipi()
929 state.out_ee, state.need_resend); in xics_debug_show()
1138 new_state.need_resend = old_state.need_resend; in kvmppc_xics_set_icp()
[all …]
Dbook3s_xics.h51 u8 need_resend:1; member
/linux-4.4.14/net/rxrpc/
Dar-ack.c246 if (sp->need_resend) { in rxrpc_resend()
247 sp->need_resend = false; in rxrpc_resend()
268 sp->need_resend = true; in rxrpc_resend()
314 if (sp->need_resend) { in rxrpc_resend_timer()
317 sp->need_resend = true; in rxrpc_resend_timer()
366 sp->need_resend = false; in rxrpc_process_soft_ACKs()
370 sp->need_resend = true; in rxrpc_process_soft_ACKs()
396 sp->need_resend = true; in rxrpc_process_soft_ACKs()
399 } else if (sp->need_resend) { in rxrpc_process_soft_ACKs()
402 sp->need_resend = true; in rxrpc_process_soft_ACKs()
Dar-output.c486 sp->need_resend = false; in rxrpc_queue_packet()
508 sp->need_resend = true; in rxrpc_queue_packet()
Dar-internal.h89 bool need_resend; /* T if needs resending */ member