Searched refs:idm_sotx_pdu_cache (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_impl.h460 kmem_cache_t *idm_sotx_pdu_cache; member in struct:__anon8002
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c179 idm.idm_sotx_pdu_cache = kmem_cache_create("idm_tx_pdu_cache",
207 kmem_cache_destroy(idm.idm_sotx_pdu_cache);
2391 pdu = kmem_cache_alloc(idm.idm_sotx_pdu_cache, KM_SLEEP);
2593 pdu = kmem_cache_alloc(idm.idm_sotx_pdu_cache, KM_SLEEP);
2696 kmem_cache_free(idm.idm_sotx_pdu_cache, pdu);

Completed in 981 milliseconds