Home
last modified time | relevance | path

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

/openbmc/linux/include/net/9p/
H A Dclient.h109 struct kmem_cache *fcall_cache; member
/openbmc/linux/net/9p/
H A 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()
990 clnt->fcall_cache = NULL; in p9_client_create()
1049 clnt->fcall_cache = in p9_client_create()
1087 kmem_cache_destroy(clnt->fcall_cache); in p9_client_destroy()