Home
last modified time | relevance | path

Searched refs:p9_req_cache (Results 1 – 3 of 3) sorted by relevance

/linux/net/9p/
A Dclient.c252 static struct kmem_cache *p9_req_cache; variable
266 struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS); in p9_tag_alloc()
316 kmem_cache_free(p9_req_cache, req); in p9_tag_alloc()
379 kmem_cache_free(p9_req_cache, r); in p9_req_free()
2299 p9_req_cache = KMEM_CACHE(p9_req_t, SLAB_TYPESAFE_BY_RCU); in p9_client_init()
2300 return p9_req_cache ? 0 : -ENOMEM; in p9_client_init()
2305 kmem_cache_destroy(p9_req_cache); in p9_client_exit()
/linux/
A DSystem.map163835 ffff80001215f700 b p9_req_cache
A D.tmp_System.map163835 ffff80001215f700 b p9_req_cache

Completed in 356 milliseconds