Home
last modified time | relevance | path

Searched refs:IDM_SO_BUF_CACHE_UB (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/sys/idm/
H A Didm_so.h51 #define IDM_SO_BUF_CACHE_UB (128 * 1024) macro
/titanic_44/usr/src/uts/common/io/idm/
H A Didm_so.c190 IDM_SO_BUF_CACHE_UB, 8, NULL, NULL, NULL, NULL, NULL, KM_SLEEP); in idm_so_init()
2423 if ((buflen > IDM_SO_BUF_CACHE_LB) && (buflen <= IDM_SO_BUF_CACHE_UB)) { in idm_so_buf_alloc()