Home
last modified time | relevance | path

Searched refs:resend (Results 1 – 25 of 25) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dbook3s_xics.c132 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 Dbook3s_hv_rm_xics.c45 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 Dbook3s_xics.h42 u8 resend; member
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c297 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 Ddm-log-userspace-transfer.c193 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 Dnitrox_csr.h324 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 Dnitrox_isr.c257 core_int.s.resend = 1; in nps_core_int_isr()
H A Dnitrox_reqmgr.c595 slc_cnts.s.resend = 1; in pkt_slc_resp_tasklet()
/linux/kernel/irq/
H A DMakefile3 obj-y := irqdesc.o handle.o manage.o spurious.o resend.o chip.o dummychip.o devres.o kexec.o
H A Dinternals.h89 extern int irq_activate_and_startup(struct irq_desc *desc, bool resend);
90 extern int irq_startup(struct irq_desc *desc, bool resend, bool force);
H A Dchip.c269 int irq_startup(struct irq_desc *desc, bool resend, bool force) in irq_startup() argument
298 if (resend) in irq_startup()
313 int irq_activate_and_startup(struct irq_desc *desc, bool resend) in irq_activate_and_startup() argument
317 return irq_startup(desc, resend, IRQ_START_FORCE); in irq_activate_and_startup()
H A DKconfig42 # Tasklet based software resend for pending interrupts on enable_irq()
/linux/Documentation/maintainer/
H A Dmaintainer-entry-profile.rst90 section can also indicate a preferred style of update like, resend the
/linux/drivers/char/ipmi/
H A Dipmi_ssif.c545 bool waiting, resend; in retry_timeout() local
551 resend = ssif_info->do_resend; in retry_timeout()
559 if (resend) { in retry_timeout()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c733 resend: in ct_send()
827 goto resend; in ct_send()
/linux/fs/ocfs2/dlm/
H A Ddlmmaster.c1311 int ret, response=0, resend; in dlm_do_master_request() local
1351 resend = 0; in dlm_do_master_request()
1373 resend = 1; in dlm_do_master_request()
1381 if (resend) { in dlm_do_master_request()
H A Ddlmrecovery.c1669 resend: in dlm_do_master_requery()
1679 goto resend; in dlm_do_master_requery()
/linux/drivers/block/aoe/
H A Daoecmd.c454 resend(struct aoedev *d, struct frame *f) in resend() function
699 resend(d, f); in rexmit_deferred()
/linux/Documentation/arch/powerpc/
H A Dvas-api.rst234 the application can resend this request to NX.
/linux/Documentation/core-api/
H A Dgenericirq.rst338 is resent either via hardware or by a software resend mechanism. (It's
/linux/Documentation/sound/soc/
H A Dusb.rst295 not guaranteed, USB SND exposes snd_usb_rediscover_devices() to resend the
/linux/drivers/android/
H A Dbinder.c4012 freeze->resend = true; in binder_clear_freeze_notification()
4046 if (freeze->resend) { in binder_freeze_notification_done()
4047 freeze->resend = false; in binder_freeze_notification_done()
5647 ref->freeze->resend = true; in binder_add_freeze_work()
/linux/Documentation/process/
H A Dhowto.rst467 resend it.
H A Dsubmitting-patches.rst374 It's also ok to resend the patch or the patch series after a couple of
/linux/Documentation/bpf/
H A Dbpf_devel_QA.rst239 During those two weeks of merge window, we might ask you to resend