Searched refs:oz_elt_info_cache (Results 1 – 4 of 4) sorted by relevance
55 struct kmem_cache *oz_elt_info_cache; variable490 kmem_cache_destroy(oz_elt_info_cache); in oz_protocol_term()771 oz_elt_info_cache = KMEM_CACHE(oz_elt_info, 0); in oz_protocol_init()772 if (!oz_elt_info_cache) in oz_protocol_init()777 kmem_cache_destroy(oz_elt_info_cache); in oz_protocol_init()
59 extern struct kmem_cache *oz_elt_info_cache;
45 ei = kmem_cache_zalloc(oz_elt_info_cache, GFP_ATOMIC); in oz_elt_info_alloc()60 kmem_cache_free(oz_elt_info_cache, ei); in oz_elt_info_free()
131 extern struct kmem_cache *oz_elt_info_cache;