Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/idm/
H A Didm_impl.h461 kmem_cache_t *idm_sorx_pdu_cache; member
/titanic_50/usr/src/uts/common/io/idm/
H A Didm_so.c184 idm.idm_sorx_pdu_cache = kmem_cache_create("idm_rx_pdu_cache", in idm_so_init()
208 kmem_cache_destroy(idm.idm_sorx_pdu_cache); in idm_so_fini()
2012 pdu = kmem_cache_alloc(idm.idm_sorx_pdu_cache, KM_SLEEP); in idm_sorx_thread()
2722 kmem_cache_free(idm.idm_sorx_pdu_cache, pdu); in idm_sorx_cache_pdu_cb()