Home
last modified time | relevance | path

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

/linux/drivers/greybus/
A Doperation.c20 static struct kmem_cache *gb_message_cache; variable
375 message = kmem_cache_zalloc(gb_message_cache, gfp_flags); in gb_operation_message_alloc()
389 kmem_cache_free(gb_message_cache, message); in gb_operation_message_alloc()
397 kmem_cache_free(gb_message_cache, message); in gb_operation_message_free()
1227 gb_message_cache = kmem_cache_create("gb_message_cache", in gb_operation_init()
1230 if (!gb_message_cache) in gb_operation_init()
1250 kmem_cache_destroy(gb_message_cache); in gb_operation_init()
1251 gb_message_cache = NULL; in gb_operation_init()
1262 kmem_cache_destroy(gb_message_cache); in gb_operation_exit()
1263 gb_message_cache = NULL; in gb_operation_exit()

Completed in 4 milliseconds