gb_operation_cache 19 drivers/greybus/operation.c static struct kmem_cache *gb_operation_cache; gb_operation_cache 526 drivers/greybus/operation.c operation = kmem_cache_zalloc(gb_operation_cache, gfp_flags); gb_operation_cache 561 drivers/greybus/operation.c kmem_cache_free(gb_operation_cache, operation); gb_operation_cache 681 drivers/greybus/operation.c kmem_cache_free(gb_operation_cache, operation); gb_operation_cache 1233 drivers/greybus/operation.c gb_operation_cache = kmem_cache_create("gb_operation_cache", gb_operation_cache 1236 drivers/greybus/operation.c if (!gb_operation_cache) gb_operation_cache 1247 drivers/greybus/operation.c kmem_cache_destroy(gb_operation_cache); gb_operation_cache 1248 drivers/greybus/operation.c gb_operation_cache = NULL; gb_operation_cache 1260 drivers/greybus/operation.c kmem_cache_destroy(gb_operation_cache); gb_operation_cache 1261 drivers/greybus/operation.c gb_operation_cache = NULL;