Home
last modified time | relevance | path

Searched refs:gb_operation_cache (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/greybus/
A Doperation.c19 static struct kmem_cache *gb_operation_cache; variable
526 operation = kmem_cache_zalloc(gb_operation_cache, gfp_flags); in gb_operation_create_common()
561 kmem_cache_free(gb_operation_cache, operation); in gb_operation_create_common()
681 kmem_cache_free(gb_operation_cache, operation); in _gb_operation_destroy()
1233 gb_operation_cache = kmem_cache_create("gb_operation_cache", in gb_operation_init()
1236 if (!gb_operation_cache) in gb_operation_init()
1247 kmem_cache_destroy(gb_operation_cache); in gb_operation_init()
1248 gb_operation_cache = NULL; in gb_operation_init()
1260 kmem_cache_destroy(gb_operation_cache); in gb_operation_exit()
1261 gb_operation_cache = NULL; in gb_operation_exit()

Completed in 6 milliseconds