Searched refs:schpc_timeout_event (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c117 clock_t schpc_timeout_event = 60 * 5 * 1000; /* 5 minutes */ variable
353 if (schpc_timeout_event < schpc_getmsg_timeout_range.min_timeout) {
354 schpc_timeout_event = schpc_getmsg_timeout_range.min_timeout;
356 schpc_timeout_event);
359 if (schpc_timeout_event > schpc_getmsg_timeout_range.max_timeout) {
360 schpc_timeout_event = schpc_getmsg_timeout_range.max_timeout;
362 schpc_timeout_event);

Completed in 64 milliseconds