Home
last modified time | relevance | path

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.h470 kmem_cache_t *idm_sotx_pdu_cache; member
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c181 idm.idm_sotx_pdu_cache = kmem_cache_create("idm_tx_pdu_cache", in idm_so_init()
209 kmem_cache_destroy(idm.idm_sotx_pdu_cache); in idm_so_fini()
2520 pdu = kmem_cache_alloc(idm.idm_sotx_pdu_cache, KM_SLEEP); in idm_so_buf_rx_from_ini()
2722 pdu = kmem_cache_alloc(idm.idm_sotx_pdu_cache, KM_SLEEP); in idm_so_send_buf_region()
2825 kmem_cache_free(idm.idm_sotx_pdu_cache, pdu); in idm_sotx_cache_pdu_cb()