Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Doperation.c20 static struct kmem_cache *gb_message_cache; variable
374 message = kmem_cache_zalloc(gb_message_cache, gfp_flags); in gb_operation_message_alloc()
388 kmem_cache_free(gb_message_cache, message); in gb_operation_message_alloc()
396 kmem_cache_free(gb_message_cache, message); in gb_operation_message_free()
1224 gb_message_cache = kmem_cache_create("gb_message_cache", in gb_operation_init()
1226 if (!gb_message_cache) in gb_operation_init()
1245 kmem_cache_destroy(gb_message_cache); in gb_operation_init()
1246 gb_message_cache = NULL; in gb_operation_init()
1257 kmem_cache_destroy(gb_message_cache); in gb_operation_exit()
1258 gb_message_cache = NULL; in gb_operation_exit()