Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_init.c625 struct kmem_cache *asd_ascb_cache; variable
642 if (!asd_ascb_cache) { in asd_create_global_caches()
643 asd_ascb_cache = kmem_cache_create(ASD_DRIVER_NAME "_ascb", in asd_create_global_caches()
648 if (!asd_ascb_cache) { in asd_create_global_caches()
667 if (asd_ascb_cache) in asd_destroy_global_caches()
668 kmem_cache_destroy(asd_ascb_cache); in asd_destroy_global_caches()
669 asd_ascb_cache = NULL; in asd_destroy_global_caches()
Daic94xx.h60 extern struct kmem_cache *asd_ascb_cache;
Daic94xx_hwi.c1049 extern struct kmem_cache *asd_ascb_cache; in asd_ascb_alloc()
1054 ascb = kmem_cache_zalloc(asd_ascb_cache, gfp_flags); in asd_ascb_alloc()
1062 kmem_cache_free(asd_ascb_cache, ascb); in asd_ascb_alloc()
1081 kmem_cache_free(asd_ascb_cache, ascb); in asd_ascb_alloc()
Daic94xx_hwi.h350 kmem_cache_free(asd_ascb_cache, ascb); in asd_ascb_free()