Home
last modified time | relevance | path

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

/linux/net/9p/
H A Dclient.c99 if (likely(c->fcall_cache) && alloc_msize == c->msize) { in p9_fcall_init()
100 fc->sdata = kmem_cache_alloc(c->fcall_cache, GFP_NOFS); in p9_fcall_init()
101 fc->cache = c->fcall_cache; in p9_fcall_init()
868 clnt->fcall_cache = NULL; in p9_client_create()
927 clnt->fcall_cache = in p9_client_create()
965 kmem_cache_destroy(clnt->fcall_cache); in p9_client_destroy()
/linux/include/net/9p/
H A Dclient.h115 struct kmem_cache *fcall_cache; member