Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/io/
H A Dxnf.h167 kmem_cache_t *xnf_buf_cache; member
H A Dxnf.c883 xnfp->xnf_buf_cache = kmem_cache_create(cachename, in xnf_attach()
887 if (xnfp->xnf_buf_cache == NULL) in xnf_attach()
981 kmem_cache_destroy(xnfp->xnf_buf_cache); in xnf_attach()
1082 kmem_cache_destroy(xnfp->xnf_buf_cache); in xnf_detach()
2398 bufp = kmem_cache_alloc(xnfp->xnf_buf_cache, flags); in xnf_buf_get()
2430 kmem_cache_free(xnfp->xnf_buf_cache, bufp); in xnf_buf_put()