Home
last modified time | relevance | path

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

/linux/include/net/9p/
A Dclient.h108 struct kmem_cache *fcall_cache; member
/linux/net/9p/
A Dclient.c224 if (likely(c->fcall_cache) && alloc_msize == c->msize) { in p9_fcall_init()
225 fc->sdata = kmem_cache_alloc(c->fcall_cache, GFP_NOFS); in p9_fcall_init()
226 fc->cache = c->fcall_cache; in p9_fcall_init()
1011 clnt->fcall_cache = NULL; in p9_client_create()
1058 clnt->fcall_cache = in p9_client_create()
1095 kmem_cache_destroy(clnt->fcall_cache); in p9_client_destroy()

Completed in 7 milliseconds