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.c295 static struct kmem_cache *lsreq_cache; variable
347 kmem_cache_free(lsreq_cache, tls_req); in fcloop_rport_lsrqst_work()
363 tls_req = kmem_cache_alloc(lsreq_cache, GFP_KERNEL); in fcloop_h2t_ls_req()
403 kmem_cache_free(lsreq_cache, tls_req); in fcloop_h2t_xmt_ls_rsp()
438 kmem_cache_free(lsreq_cache, tls_req); in fcloop_tport_lsrqst_work()
459 tls_req = kmem_cache_alloc(lsreq_cache, GFP_KERNEL); in fcloop_t2h_ls_req()
479 kmem_cache_free(lsreq_cache, tls_req); in fcloop_t2h_ls_req()
507 kmem_cache_free(lsreq_cache, tls_req); in fcloop_t2h_xmt_ls_rsp()
1697 lsreq_cache = kmem_cache_create("lsreq_cache", in fcloop_init()
1700 if (!lsreq_cache) in fcloop_init()
[all …]