Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dfcloop.c296 static struct kmem_cache *lsreq_cache; variable
348 kmem_cache_free(lsreq_cache, tls_req); in fcloop_rport_lsrqst_work()
364 tls_req = kmem_cache_alloc(lsreq_cache, GFP_KERNEL); in fcloop_h2t_ls_req()
404 kmem_cache_free(lsreq_cache, tls_req); in fcloop_h2t_xmt_ls_rsp()
439 kmem_cache_free(lsreq_cache, tls_req); in fcloop_tport_lsrqst_work()
460 tls_req = kmem_cache_alloc(lsreq_cache, GFP_KERNEL); in fcloop_t2h_ls_req()
480 kmem_cache_free(lsreq_cache, tls_req); in fcloop_t2h_ls_req()
506 kmem_cache_free(lsreq_cache, tls_req); in fcloop_t2h_xmt_ls_rsp()
1692 lsreq_cache = kmem_cache_create("lsreq_cache", in fcloop_init()
1695 if (!lsreq_cache) in fcloop_init()
[all …]