Searched refs:asd_ascb_cache (Results 1 – 4 of 4) sorted by relevance
596 struct kmem_cache *asd_ascb_cache; variable613 if (!asd_ascb_cache) { in asd_create_global_caches()614 asd_ascb_cache = kmem_cache_create(ASD_DRIVER_NAME "_ascb", in asd_create_global_caches()619 if (!asd_ascb_cache) { in asd_create_global_caches()637 kmem_cache_destroy(asd_ascb_cache); in asd_destroy_global_caches()638 asd_ascb_cache = NULL; in asd_destroy_global_caches()
43 extern struct kmem_cache *asd_ascb_cache;
1031 extern struct kmem_cache *asd_ascb_cache; in asd_ascb_alloc()1036 ascb = kmem_cache_zalloc(asd_ascb_cache, gfp_flags); in asd_ascb_alloc()1044 kmem_cache_free(asd_ascb_cache, ascb); in asd_ascb_alloc()1062 kmem_cache_free(asd_ascb_cache, ascb); in asd_ascb_alloc()
331 kmem_cache_free(asd_ascb_cache, ascb); in asd_ascb_free()