Home
last modified time | relevance | path

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

/linux/include/net/9p/
A Dclient.h109 struct kmem_cache *fcall_cache; member
/linux/net/9p/
A Dclient.c229 if (likely(c->fcall_cache) && alloc_msize == c->msize) { in p9_fcall_init()
230 fc->sdata = kmem_cache_alloc(c->fcall_cache, GFP_NOFS); in p9_fcall_init()
231 fc->cache = c->fcall_cache; in p9_fcall_init()
991 clnt->fcall_cache = NULL; in p9_client_create()
1050 clnt->fcall_cache = in p9_client_create()
1088 kmem_cache_destroy(clnt->fcall_cache); in p9_client_destroy()

Completed in 17 milliseconds