Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/9p/
Dclient.h110 struct kmem_cache *fcall_cache; member
/Linux-v5.10/net/9p/
Dclient.c228 if (likely(c->fcall_cache) && alloc_msize == c->msize) { in p9_fcall_init()
229 fc->sdata = kmem_cache_alloc(c->fcall_cache, GFP_NOFS); in p9_fcall_init()
230 fc->cache = c->fcall_cache; in p9_fcall_init()
1013 clnt->fcall_cache = NULL; in p9_client_create()
1060 clnt->fcall_cache = in p9_client_create()
1097 kmem_cache_destroy(clnt->fcall_cache); in p9_client_destroy()