Bug #2083 » stmf-nworker.patch
usr/src/uts/common/io/comstar/stmf/stmf.c Thu Feb 02 13:22:33 2012 +0100 → usr/src/uts/common/io/comstar/stmf/stmf.c Mon Feb 06 11:59:21 2012 +0100 | ||
---|---|---|
7851 | 7851 |
stmf_svc_timeout(void) |
7852 | 7852 |
{ |
7853 | 7853 |
clock_t td; |
7854 |
clock_t drain_start, drain_next = 0; |
|
7855 |
clock_t timing_start, timing_next = 0; |
|
7856 |
clock_t worker_delay = 0; |
|
7854 |
static clock_t drain_start, drain_next = 0;
|
|
7855 |
static clock_t timing_start, timing_next = 0;
|
|
7856 |
static clock_t worker_delay = 0;
|
|
7857 | 7857 |
stmf_i_local_port_t *ilport, *next_ilport; |
7858 | 7858 |
stmf_i_scsi_session_t *iss; |
7859 | 7859 |