Home
last modified time | relevance | path

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

12

/linux-2.4.37.9/net/sctp/
Dendpointola.c103 ep->timeouts[SCTP_EVENT_TIMEOUT_NONE] = 0; in sctp_endpoint_init()
104 ep->timeouts[SCTP_EVENT_TIMEOUT_T1_COOKIE] = in sctp_endpoint_init()
106 ep->timeouts[SCTP_EVENT_TIMEOUT_T1_INIT] = in sctp_endpoint_init()
108 ep->timeouts[SCTP_EVENT_TIMEOUT_T2_SHUTDOWN] = in sctp_endpoint_init()
110 ep->timeouts[SCTP_EVENT_TIMEOUT_T3_RTX] = 0; in sctp_endpoint_init()
111 ep->timeouts[SCTP_EVENT_TIMEOUT_T4_RTO] = 0; in sctp_endpoint_init()
117 ep->timeouts[SCTP_EVENT_TIMEOUT_T5_SHUTDOWN_GUARD] in sctp_endpoint_init()
120 ep->timeouts[SCTP_EVENT_TIMEOUT_HEARTBEAT] = in sctp_endpoint_init()
122 ep->timeouts[SCTP_EVENT_TIMEOUT_SACK] = in sctp_endpoint_init()
124 ep->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE] = in sctp_endpoint_init()
Dsm_sideeffect.c655 asoc->timeouts[SCTP_EVENT_TIMEOUT_T2_SHUTDOWN] = t->rto; in sctp_cmd_setup_t2()
732 asoc->timeouts[SCTP_EVENT_TIMEOUT_T4_RTO] = t->rto; in sctp_cmd_setup_t4()
1218 timeout = asoc->timeouts[cmd->obj.to]; in sctp_cmd_interpreter()
1229 timeout = asoc->timeouts[cmd->obj.to]; in sctp_cmd_interpreter()
1246 asoc->timeouts[cmd->obj.to] *= 2; in sctp_cmd_interpreter()
1247 if (asoc->timeouts[cmd->obj.to] > in sctp_cmd_interpreter()
1249 asoc->timeouts[cmd->obj.to] = in sctp_cmd_interpreter()
Doutput.c470 timeout = asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]; in sctp_packet_transmit()
Dassociola.c133 asoc->timeouts[i] = ep->timeouts[i]; in sctp_association_init()
/linux-2.4.37.9/drivers/message/fusion/
Dmptctl.h383 unsigned int timeouts; /* num timeouts */ member
406 unsigned long timeouts; /* num timeouts */ member
Dmptscsih.c3023 if (hd->timeouts < -1) in mptscsih_abort()
3024 hd->timeouts++; in mptscsih_abort()
3161 if (hd->timeouts < -1) in mptscsih_bus_reset()
3162 hd->timeouts++; in mptscsih_bus_reset()
3291 if (hd->timeouts < -1) in mptscsih_old_abort()
3292 hd->timeouts++; in mptscsih_old_abort()
3422 if (hd->timeouts < -1) in mptscsih_old_reset()
3423 hd->timeouts++; in mptscsih_old_reset()
Dmptctl.c2545 karg.timeouts = 0; in mptctl_hp_hostinfo()
2552 karg.timeouts = hd->timeouts; in mptctl_hp_hostinfo()
Dmptbase.h963 unsigned long timeouts; /* cmd timeouts */ member
/linux-2.4.37.9/Documentation/networking/
Dproc_net_tcp.txt20 | | | | |--> number of unrecovered RTO timeouts
DPLIP.txt64 IRQs and trigger timeouts
Dppp_generic.txt18 * detecting network traffic for demand dialling and for idle timeouts
/linux-2.4.37.9/net/decnet/
DTODO4 o Proper timeouts on each neighbour (in routing mode) rather than
/linux-2.4.37.9/include/net/sctp/
Dstructs.h1195 int timeouts[SCTP_NUM_TIMEOUT_TYPES]; member
1459 int timeouts[SCTP_NUM_TIMEOUT_TYPES]; member
/linux-2.4.37.9/drivers/char/ipmi/
Dipmi_msghandler.c1652 struct list_head timeouts; in ipmi_timeout_handler() local
1659 INIT_LIST_HEAD(&timeouts); in ipmi_timeout_handler()
1701 list_add_tail(&(msg->link), &timeouts); in ipmi_timeout_handler()
1715 list_for_each_safe(entry, entry2, &timeouts) { in ipmi_timeout_handler()
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
DChangeLog.txt56 - Add optionnal code that handles IO timeouts from the driver.
/linux-2.4.37.9/Documentation/
DIO-mapping.txt196 much in the actual IO accesses as in error handling and timeouts etc).
Dmca.txt210 weirdness, bus timeouts, and many other non-critical things. Some basic
/linux-2.4.37.9/Documentation/isdn/
DREADME.x25104 It is recommended to use sufficiently large hangup-timeouts for the
/linux-2.4.37.9/Documentation/input/
Djoystick-api.txt132 until it timeouts. There's a good example on the select(2)
/linux-2.4.37.9/drivers/scsi/
DcpqfcTSstructs.h600 __u32 timeouts; // our driver timeout (on individual exchanges) member
DcpqfcTSinit.c842 …copy_info(&info, " FC-2 Timeouts %9u FC-2 Logouts %u\n", fcChip->fcStats.timeouts, fcChip… in cpqfcTS_proc_info()
DREADME.ncr53c8xx1124 Avoids timeouts for unordered tagged commands.
1175 other problem that may appear is timeouts. The only way to avoid
1176 timeouts seems to edit linux/drivers/scsi/sd.c and to increase the
DREADME.st437 Note also that the timeouts are very long compared to most other
/linux-2.4.37.9/drivers/parport/
DChangeLog479 timeouts.
/linux-2.4.37.9/drivers/scsi/aic7xxx/
DREADME.aic79xx92 - Use del_timer_sync() to ensure that no timeouts

12