Searched refs:gb_operation_cache (Results 1 – 1 of 1) sorted by relevance
19 static struct kmem_cache *gb_operation_cache; variable527 operation = kmem_cache_zalloc(gb_operation_cache, gfp_flags); in gb_operation_create_common()562 kmem_cache_free(gb_operation_cache, operation); in gb_operation_create_common()682 kmem_cache_free(gb_operation_cache, operation); in _gb_operation_destroy()1234 gb_operation_cache = kmem_cache_create("gb_operation_cache", in gb_operation_init()1237 if (!gb_operation_cache) in gb_operation_init()1248 kmem_cache_destroy(gb_operation_cache); in gb_operation_init()1249 gb_operation_cache = NULL; in gb_operation_init()1261 kmem_cache_destroy(gb_operation_cache); in gb_operation_exit()1262 gb_operation_cache = NULL; in gb_operation_exit()