Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c663 struct kmem_cache *buf_cache, in srpt_alloc_ioctx() argument
672 ioctx->buf = kmem_cache_alloc(buf_cache, GFP_KERNEL); in srpt_alloc_ioctx()
677 kmem_cache_size(buf_cache), dir); in srpt_alloc_ioctx()
684 kmem_cache_free(buf_cache, ioctx->buf); in srpt_alloc_ioctx()
699 struct kmem_cache *buf_cache, in srpt_free_ioctx() argument
706 kmem_cache_size(buf_cache), dir); in srpt_free_ioctx()
707 kmem_cache_free(buf_cache, ioctx->buf); in srpt_free_ioctx()
723 struct kmem_cache *buf_cache, in srpt_alloc_ioctx_ring() argument
747 srpt_free_ioctx(sdev, ring[i], buf_cache, dir); in srpt_alloc_ioctx_ring()
764 struct kmem_cache *buf_cache, in srpt_free_ioctx_ring() argument
[all …]