Searched refs:IDM_SO_BUF_CACHE_UB (Results 1 – 2 of 2) sorted by relevance
51 #define IDM_SO_BUF_CACHE_UB (128 * 1024) macro
190 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()