/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_hv_rm_xics.c | 40 if (!state->resend) in ics_rm_check_resend() 239 state->resend = 0; in icp_rm_deliver_irq() 292 state->resend = 1; in icp_rm_deliver_irq() 314 bool resend; in icp_rm_down_cppr() local 367 resend = new_state.need_resend; in icp_rm_down_cppr() 377 if (resend) { in icp_rm_down_cppr() 429 bool resend; in kvmppc_rm_h_ipi() local 478 resend = false; in kvmppc_rm_h_ipi() 489 resend = new_state.need_resend; in kvmppc_rm_h_ipi() 501 if (resend) { in kvmppc_rm_h_ipi()
|
D | book3s_xics.c | 121 if (!state->resend) in ics_check_resend() 152 if ((state->masked_pending || state->resend) && priority != MASKED) { in write_xive() 185 state->masked_pending, state->resend); in kvmppc_xics_set_xive() 422 state->resend = 0; in icp_deliver_irq() 477 state->resend = 1; in icp_deliver_irq() 501 bool resend; in icp_down_cppr() local 556 resend = new_state.need_resend; in icp_down_cppr() 566 if (resend) in icp_down_cppr() 611 bool resend; in kvmppc_h_ipi() local 662 resend = false; in kvmppc_h_ipi() [all …]
|
D | book3s_xics.h | 40 u8 resend; member
|
/linux-4.4.14/net/rxrpc/ |
D | ar-ack.c | 187 static void rxrpc_set_resend(struct rxrpc_call *call, u8 resend, in rxrpc_set_resend() argument 192 resend = 0; in rxrpc_set_resend() 194 if (resend & 1) { in rxrpc_set_resend() 199 if (resend & 2) { in rxrpc_set_resend() 223 u8 resend; in rxrpc_resend() local 231 resend = 0; in rxrpc_resend() 269 resend |= 1; in rxrpc_resend() 270 } else if (resend & 2) { in rxrpc_resend() 275 resend |= 2; in rxrpc_resend() 279 rxrpc_set_resend(call, resend, resend_at); in rxrpc_resend() [all …]
|
/linux-4.4.14/drivers/md/ |
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-4.4.14/kernel/irq/ |
D | Makefile | 2 obj-y := irqdesc.o handle.o manage.o spurious.o resend.o chip.o dummychip.o devres.o
|
D | internals.h | 68 extern int irq_startup(struct irq_desc *desc, bool resend);
|
D | Kconfig | 41 # Tasklet based software resend for pending interrupts on enable_irq()
|
D | chip.c | 189 int irq_startup(struct irq_desc *desc, bool resend) in irq_startup() argument 203 if (resend) in irq_startup()
|
/linux-4.4.14/net/ipv4/ |
D | inet_connection_sock.c | 493 int *expire, int *resend) in syn_ack_recalc() argument 497 *resend = 1; in syn_ack_recalc() 507 *resend = !inet_rsk(req)->acked || in syn_ack_recalc() 562 int qlen, expire = 0, resend = 0; in reqsk_timer_handler() local 603 &expire, &resend); in reqsk_timer_handler() 606 (!resend || in reqsk_timer_handler()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-stu300.c | 600 struct i2c_msg *msg, int resend) in stu300_send_address() argument 615 if (resend) in stu300_send_address() 617 } else if (resend) in stu300_send_address() 638 if (resend) in stu300_send_address()
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_ap.h | 260 int resend);
|
D | hostap_ap.c | 305 int resend) in hostap_deauth_all_stas() argument 325 if (!resend || ap->num_sta <= 0) in hostap_deauth_all_stas()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_reint.c | 274 resend: in mdc_create() 280 goto resend; in mdc_create()
|
D | mdc_locks.c | 788 resend: in mdc_enqueue() 863 goto resend; in mdc_enqueue() 899 goto resend; in mdc_enqueue()
|
/linux-4.4.14/drivers/input/keyboard/ |
D | atkbd.c | 224 bool resend; member 385 …if ((flags & (SERIO_FRAME | SERIO_PARITY)) && (~flags & SERIO_TIMEOUT) && !atkbd->resend && atkbd-… in atkbd_interrupt() 388 atkbd->resend = true; in atkbd_interrupt() 393 atkbd->resend = false; in atkbd_interrupt()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_verbs.c | 692 struct ipath_qp *resend = NULL; in ipath_ib_timer() local 710 qp->timer_next = resend; in ipath_ib_timer() 711 resend = qp; in ipath_ib_timer() 762 while (resend != NULL) { in ipath_ib_timer() 763 qp = resend; in ipath_ib_timer() 764 resend = qp->timer_next; in ipath_ib_timer()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | obd.h | 1276 static inline int client_should_resend(int resend, struct client_obd *cli) in client_should_resend() argument 1279 atomic_read(&cli->cl_resends) > resend : 1; in client_should_resend()
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmmaster.c | 1340 int ret, response=0, resend; in dlm_do_master_request() local 1380 resend = 0; in dlm_do_master_request() 1402 resend = 1; in dlm_do_master_request() 1410 if (resend) { in dlm_do_master_request()
|
D | dlmrecovery.c | 1662 resend: in dlm_do_master_requery() 1672 goto resend; in dlm_do_master_requery()
|
/linux-4.4.14/drivers/block/aoe/ |
D | aoecmd.c | 453 resend(struct aoedev *d, struct frame *f) in resend() function 712 resend(d, f); in rexmit_deferred()
|
/linux-4.4.14/net/ceph/ |
D | osd_client.c | 935 LIST_HEAD(resend); in __kick_osd_requests() 968 list_move_tail(&req->r_req_lru_item, &resend); in __kick_osd_requests() 974 list_splice(&resend, &osdc->req_unsent); in __kick_osd_requests()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 1220 int resend) in osc_brw_prep_request() argument 1341 if (resend) { in osc_brw_prep_request()
|
/linux-4.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 608 Controls how many times to try and resend RPCs to this target
|
/linux-4.4.14/Documentation/networking/ |
D | arcnet.txt | 499 resend.
|
D | rxrpc.txt | 891 generate a soft-ACK to tell the sender that it doesn't need to resend.
|
/linux-4.4.14/Documentation/ |
D | HOWTO | 456 resend it.
|