| /linux/arch/powerpc/kvm/ |
| H A D | book3s_xics.c | 132 if (state->resend) { in ics_check_resend() 154 if ((state->masked_pending || state->resend) && priority != MASKED) { in write_xive() 156 state->resend = 0; in write_xive() 188 state->masked_pending, state->resend); in kvmppc_xics_set_xive() 425 if (!state->resend) in icp_deliver_irq() 429 state->resend = 0; in icp_deliver_irq() 484 state->resend = 1; in icp_deliver_irq() 501 state->resend = 0; in icp_deliver_irq() 517 bool resend; in icp_down_cppr() local 572 resend = new_state.need_resend; in icp_down_cppr() [all …]
|
| H A D | book3s_hv_rm_xics.c | 45 if (state->resend) in ics_rm_check_resend() 324 if (!state->resend) in icp_rm_deliver_irq() 328 state->resend = 0; in icp_rm_deliver_irq() 382 state->resend = 1; in icp_rm_deliver_irq() 399 state->resend = 0; in icp_rm_deliver_irq() 413 bool resend; in icp_rm_down_cppr() local 466 resend = new_state.need_resend; in icp_rm_down_cppr() 476 if (resend) { in icp_rm_down_cppr() 533 bool resend; in xics_rm_h_ipi() local 582 resend = false; in xics_rm_h_ipi() [all …]
|
| H A D | book3s_xics.h | 42 u8 resend; member
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcp_hdr_options.c | 297 int resend; 299 resend = resend_in_ack(skops); in nodata_opt_len() 300 if (resend < 0) in nodata_opt_len() local 303 if (resend) in nodata_opt_len() 311 int resend; 313 resend = resend_in_ack(skops); in write_nodata_opt() 314 if (resend < 0) in write_nodata_opt() local 317 if (resend) in write_nodata_opt() 473 * We have asked the active side to resend the options in handle_passive_estab()
|
| /linux/drivers/md/ |
| H A D | dm-log-userspace-transfer.c | 193 resend: in dm_consult_userspace() 249 goto resend; in dm_consult_userspace() 254 goto resend; in dm_consult_userspace()
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_csr.h | 324 u64 resend : 1; member 330 u64 resend : 1; 528 u64 resend : 1; member 536 u64 resend : 1; 654 u64 resend : 1; member 660 u64 resend : 1; 850 u64 resend : 1; member 888 u64 resend : 1;
|
| H A D | nitrox_isr.c | 257 core_int.s.resend = 1; in nps_core_int_isr()
|
| H A D | nitrox_reqmgr.c | 595 slc_cnts.s.resend = 1; in pkt_slc_resp_tasklet()
|
| /linux/net/ipv4/ |
| H A D | inet_connection_sock.c | 832 int *expire, int *resend) in syn_ack_recalc() argument 836 *resend = 1; in syn_ack_recalc() 845 *resend = !inet_rsk(req)->acked || in syn_ack_recalc() 1041 int max_syn_ack_retries, qlen, expire = 0, resend = 0; in reqsk_timer_handler() local 1102 &expire, &resend); in reqsk_timer_handler() 1106 (!resend || in reqsk_timer_handler()
|
| /linux/drivers/input/keyboard/ |
| H A D | atkbd.c | 211 bool resend; member 400 !atkbd->resend && atkbd->write) { in atkbd_handle_frame_error() 403 atkbd->resend = true; in atkbd_handle_frame_error() 408 atkbd->resend = false; in atkbd_handle_frame_error()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_relay.c | 443 resend: in relay_send_message_and_wait() 460 goto resend; in relay_send_message_and_wait()
|
| /linux/drivers/char/ipmi/ |
| H A D | ipmi_ssif.c | 554 bool waiting, resend; in retry_timeout() local 560 resend = ssif_info->do_resend; in retry_timeout() 568 if (resend) { in retry_timeout()
|
| /linux/drivers/block/aoe/ |
| H A D | aoecmd.c | 454 resend(struct aoedev *d, struct frame *f) in resend() function 699 resend(d, f); in rexmit_deferred()
|
| /linux/Documentation/core-api/ |
| H A D | genericirq.rst | 338 is resent either via hardware or by a software resend mechanism. (It's
|
| /linux/Documentation/process/ |
| H A D | maintainer-netdev.rst | 265 Please always resend the entire patch series and make sure you do number your 267 that can be applied. Do not try to resend just the patches which changed.
|
| H A D | howto.rst | 467 resend it.
|
| H A D | submitting-patches.rst | 374 It's also ok to resend the patch or the patch series after a couple of
|
| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.c | 1697 bool resend; in set_link_state() local 1708 resend = false; in set_link_state() 1726 resend = true; in set_link_state() 1732 } while (resend); in set_link_state()
|
| /linux/drivers/android/ |
| H A D | binder.c | 4040 freeze->resend = true; in binder_clear_freeze_notification() 4074 if (freeze->resend) { in binder_freeze_notification_done() 4075 freeze->resend = false; in binder_freeze_notification_done() 5675 ref->freeze->resend = true; in binder_add_freeze_work()
|
| /linux/Documentation/bpf/ |
| H A D | bpf_devel_QA.rst | 239 During those two weeks of merge window, we might ask you to resend
|