Lines Matching defs:gb_operation_cache
19 static struct kmem_cache *gb_operation_cache;
526 operation = kmem_cache_zalloc(gb_operation_cache, gfp_flags);
561 kmem_cache_free(gb_operation_cache, operation);
681 kmem_cache_free(gb_operation_cache, operation);
1233 gb_operation_cache = kmem_cache_create("gb_operation_cache",
1236 if (!gb_operation_cache)
1247 kmem_cache_destroy(gb_operation_cache);
1248 gb_operation_cache = NULL;
1260 kmem_cache_destroy(gb_operation_cache);
1261 gb_operation_cache = NULL;