summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/idm/idm_impl.h
diff options
context:
space:
mode:
authorPeter Dunlap <Peter.Dunlap@Sun.COM>2009-03-31 16:02:50 -0600
committerPeter Dunlap <Peter.Dunlap@Sun.COM>2009-03-31 16:02:50 -0600
commitcf8c0ebaf84c824d8f14486e47457119c138ce3c (patch)
tree23f23da3494ca28f129b635996263013cdb672b8 /usr/src/uts/common/sys/idm/idm_impl.h
parent984a131b733dcb12000748fcfcda5cac286ac00a (diff)
downloadillumos-joyent-cf8c0ebaf84c824d8f14486e47457119c138ce3c.tar.gz
6748643 IDM sockets code should allocate buffers from one or more kmem caches
6818594 panic assertion failed: ist->ist_ffp_conn_count >= 1, file: ../../common/io/comstar/port/iscsit/iscs 6821084 SUNWiscsitr/SUNWiscsitu package issues 6821999 BAD TRAP: type=d (#gp General protection) rp=ffffff000fdf5460 addr=ffffff02f2564 c58
Diffstat (limited to 'usr/src/uts/common/sys/idm/idm_impl.h')
-rw-r--r--usr/src/uts/common/sys/idm/idm_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/idm/idm_impl.h b/usr/src/uts/common/sys/idm/idm_impl.h
index 9a407fcc35..c6d8a16101 100644
--- a/usr/src/uts/common/sys/idm/idm_impl.h
+++ b/usr/src/uts/common/sys/idm/idm_impl.h
@@ -421,6 +421,7 @@ typedef struct {
idm_idpool_t idm_conn_id_pool;
kmem_cache_t *idm_sotx_pdu_cache;
kmem_cache_t *idm_sorx_pdu_cache;
+ kmem_cache_t *idm_so_128k_buf_cache;
} idm_global_t;
idm_global_t idm; /* Global state */