Searched refs:asd_ascb_cache (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx.h60 extern struct kmem_cache *asd_ascb_cache;
H A Daic94xx_init.c640 struct kmem_cache *asd_ascb_cache; variable in typeref:struct:kmem_cache
657 if (!asd_ascb_cache) {
658 asd_ascb_cache = kmem_cache_create(ASD_DRIVER_NAME "_ascb",
663 if (!asd_ascb_cache) {
682 if (asd_ascb_cache)
683 kmem_cache_destroy(asd_ascb_cache);
684 asd_ascb_cache = NULL;
H A Daic94xx_hwi.c1037 extern struct kmem_cache *asd_ascb_cache;
1042 ascb = kmem_cache_zalloc(asd_ascb_cache, gfp_flags);
1050 kmem_cache_free(asd_ascb_cache, ascb);
1069 kmem_cache_free(asd_ascb_cache, ascb);
H A Daic94xx_hwi.h350 kmem_cache_free(asd_ascb_cache, ascb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx.h60 extern struct kmem_cache *asd_ascb_cache;
H A Daic94xx_init.c640 struct kmem_cache *asd_ascb_cache; variable in typeref:struct:kmem_cache
657 if (!asd_ascb_cache) {
658 asd_ascb_cache = kmem_cache_create(ASD_DRIVER_NAME "_ascb",
663 if (!asd_ascb_cache) {
682 if (asd_ascb_cache)
683 kmem_cache_destroy(asd_ascb_cache);
684 asd_ascb_cache = NULL;
H A Daic94xx_hwi.c1037 extern struct kmem_cache *asd_ascb_cache;
1042 ascb = kmem_cache_zalloc(asd_ascb_cache, gfp_flags);
1050 kmem_cache_free(asd_ascb_cache, ascb);
1069 kmem_cache_free(asd_ascb_cache, ascb);
H A Daic94xx_hwi.h350 kmem_cache_free(asd_ascb_cache, ascb);

Completed in 186 milliseconds