Searched refs:gb_operation_cache (Results 1 – 1 of 1) sorted by relevance
19 static struct kmem_cache *gb_operation_cache; variable525 operation = kmem_cache_zalloc(gb_operation_cache, gfp_flags); in gb_operation_create_common()560 kmem_cache_free(gb_operation_cache, operation); in gb_operation_create_common()679 kmem_cache_free(gb_operation_cache, operation); in _gb_operation_destroy()1229 gb_operation_cache = kmem_cache_create("gb_operation_cache", in gb_operation_init()1231 if (!gb_operation_cache) in gb_operation_init()1242 kmem_cache_destroy(gb_operation_cache); in gb_operation_init()1243 gb_operation_cache = NULL; in gb_operation_init()1255 kmem_cache_destroy(gb_operation_cache); in gb_operation_exit()1256 gb_operation_cache = NULL; in gb_operation_exit()