| /OK3568_Linux_fs/kernel/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() 331 if (!state->resend) in icp_rm_deliver_irq() 335 state->resend = 0; in icp_rm_deliver_irq() 389 state->resend = 1; in icp_rm_deliver_irq() 406 state->resend = 0; in icp_rm_deliver_irq() 420 bool resend; in icp_rm_down_cppr() local 473 resend = new_state.need_resend; in icp_rm_down_cppr() 483 if (resend) { in icp_rm_down_cppr() 535 bool resend; in xics_rm_h_ipi() local 584 resend = false; in xics_rm_h_ipi() [all …]
|
| H A D | book3s_xics.h | 42 u8 resend; member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcp_hdr_options.c | 300 int resend; in nodata_opt_len() local 302 resend = resend_in_ack(skops); in nodata_opt_len() 303 if (resend < 0) in nodata_opt_len() 306 if (resend) in nodata_opt_len() 314 int resend; in write_nodata_opt() local 316 resend = resend_in_ack(skops); in write_nodata_opt() 317 if (resend < 0) in write_nodata_opt() 320 if (resend) in write_nodata_opt()
|
| /OK3568_Linux_fs/kernel/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 | 256 core_int.s.resend = 1; in nps_core_int_isr()
|
| H A D | nitrox_reqmgr.c | 591 slc_cnts.s.resend = 1; in pkt_slc_resp_tasklet()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | input.c | 46 bool resend = false; in rxrpc_congestion_management() local 129 resend = true; in rxrpc_congestion_management() 140 resend = true; in rxrpc_congestion_management() 172 if (resend && !test_and_set_bit(RXRPC_CALL_EV_RESEND, &call->events)) in rxrpc_congestion_management() 683 bool resend = false; in rxrpc_input_check_for_lost_ack() local 700 resend = true; in rxrpc_input_check_for_lost_ack() 706 if (resend && !test_and_set_bit(RXRPC_CALL_EV_RESEND, &call->events)) in rxrpc_input_check_for_lost_ack()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | inet_connection_sock.c | 663 int *expire, int *resend) in syn_ack_recalc() argument 667 *resend = 1; in syn_ack_recalc() 676 *resend = !inet_rsk(req)->acked || in syn_ack_recalc() 734 int max_syn_ack_retries, qlen, expire = 0, resend = 0; in reqsk_timer_handler() local 769 &expire, &resend); in reqsk_timer_handler() 772 (!resend || in reqsk_timer_handler()
|
| /OK3568_Linux_fs/kernel/kernel/irq/ |
| H A D | Makefile | 3 obj-y := irqdesc.o handle.o manage.o spurious.o resend.o chip.o dummychip.o devres.o
|
| H A D | internals.h | 83 extern int irq_activate_and_startup(struct irq_desc *desc, bool resend); 84 extern int irq_startup(struct irq_desc *desc, bool resend, bool force);
|
| H A D | chip.c | 256 int irq_startup(struct irq_desc *desc, bool resend, bool force) in irq_startup() argument 284 if (resend) in irq_startup() 299 int irq_activate_and_startup(struct irq_desc *desc, bool resend) in irq_activate_and_startup() argument 303 return irq_startup(desc, resend, IRQ_START_FORCE); in irq_activate_and_startup()
|
| H A D | Kconfig | 50 # Tasklet based software resend for pending interrupts on enable_irq()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-stu300.c | 587 struct i2c_msg *msg, int resend) in stu300_send_address() argument 603 if (resend) { in stu300_send_address() 629 if (resend) in stu300_send_address()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_canfdtest/ |
| H A D | canfdtest.c | 245 resend: in main()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/ |
| H A D | hostap_ap.h | 261 int resend);
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | atkbd.c | 226 bool resend; member 422 …if ((flags & (SERIO_FRAME | SERIO_PARITY)) && (~flags & SERIO_TIMEOUT) && !atkbd->resend && atkbd-… in atkbd_interrupt() 425 atkbd->resend = true; in atkbd_interrupt() 430 atkbd->resend = false; in atkbd_interrupt()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_enc_impl.cpp | 255 RK_S32 resend = 0; in check_resend_hdr() local 275 resend = 1; in check_resend_hdr() 287 resend = 2; in check_resend_hdr() 303 resend = 3; in check_resend_hdr() 314 resend = 4; in check_resend_hdr() 318 resend = 5; in check_resend_hdr() 324 if (resend) in check_resend_hdr() 325 enc_dbg_detail("send header for %s\n", resend_reason[resend]); in check_resend_hdr() 327 return resend; in check_resend_hdr()
|
| /OK3568_Linux_fs/kernel/Documentation/maintainer/ |
| H A D | maintainer-entry-profile.rst | 88 section can also indicate a preferred style of update like, resend the
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | netdev-FAQ.rst | 134 Q: I made changes to only a few patches in a patch series should I resend only those changed? 136 A: No, please resend the entire patch series and make sure you do number your
|
| /OK3568_Linux_fs/external/mpp/ |
| H A D | readme.txt | 268 the task and resend information back. MPP notify codec by hardware result, codec
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/dlm/ |
| H A D | dlmmaster.c | 1313 int ret, response=0, resend; in dlm_do_master_request() local 1353 resend = 0; in dlm_do_master_request() 1375 resend = 1; in dlm_do_master_request() 1383 if (resend) { in dlm_do_master_request()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | ChangeLog | 248 doesn't resend the keyframe, seeking in flash is unreliable
|
| /OK3568_Linux_fs/kernel/drivers/block/aoe/ |
| H A D | aoecmd.c | 452 resend(struct aoedev *d, struct frame *f) in resend() function 692 resend(d, f); in rexmit_deferred()
|