asd_ascb_cache 43 drivers/scsi/aic94xx/aic94xx.h extern struct kmem_cache *asd_ascb_cache; asd_ascb_cache 1033 drivers/scsi/aic94xx/aic94xx_hwi.c extern struct kmem_cache *asd_ascb_cache; asd_ascb_cache 1038 drivers/scsi/aic94xx/aic94xx_hwi.c ascb = kmem_cache_zalloc(asd_ascb_cache, gfp_flags); asd_ascb_cache 1046 drivers/scsi/aic94xx/aic94xx_hwi.c kmem_cache_free(asd_ascb_cache, ascb); asd_ascb_cache 1064 drivers/scsi/aic94xx/aic94xx_hwi.c kmem_cache_free(asd_ascb_cache, ascb); asd_ascb_cache 331 drivers/scsi/aic94xx/aic94xx_hwi.h kmem_cache_free(asd_ascb_cache, ascb); asd_ascb_cache 605 drivers/scsi/aic94xx/aic94xx_init.c struct kmem_cache *asd_ascb_cache; asd_ascb_cache 622 drivers/scsi/aic94xx/aic94xx_init.c if (!asd_ascb_cache) { asd_ascb_cache 623 drivers/scsi/aic94xx/aic94xx_init.c asd_ascb_cache = kmem_cache_create(ASD_DRIVER_NAME "_ascb", asd_ascb_cache 628 drivers/scsi/aic94xx/aic94xx_init.c if (!asd_ascb_cache) { asd_ascb_cache 646 drivers/scsi/aic94xx/aic94xx_init.c kmem_cache_destroy(asd_ascb_cache); asd_ascb_cache 647 drivers/scsi/aic94xx/aic94xx_init.c asd_ascb_cache = NULL;