Searched refs:p9_req_cache (Results 1 – 1 of 1) sorted by relevance
252 static struct kmem_cache *p9_req_cache; variable274 struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS); in p9_tag_alloc()339 kmem_cache_free(p9_req_cache, req); in p9_tag_alloc()402 kmem_cache_free(p9_req_cache, r); in p9_req_put()2267 p9_req_cache = KMEM_CACHE(p9_req_t, SLAB_TYPESAFE_BY_RCU); in p9_client_init()2268 return p9_req_cache ? 0 : -ENOMEM; in p9_client_init()2273 kmem_cache_destroy(p9_req_cache); in p9_client_exit()