Searched refs:adisc_cache (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_aux.c152 zfcp_data.adisc_cache = zfcp_cache_hw_align("zfcp_adisc",
154 if (!zfcp_data.adisc_cache)
184 kmem_cache_destroy(zfcp_data.adisc_cache);
204 kmem_cache_destroy(zfcp_data.adisc_cache);
H A Dzfcp_def.h282 struct kmem_cache *adisc_cache; member in struct:zfcp_data
H A Dzfcp_fc.c448 kmem_cache_free(zfcp_data.adisc_cache, adisc);
457 adisc = kmem_cache_zalloc(zfcp_data.adisc_cache, GFP_ATOMIC);
483 kmem_cache_free(zfcp_data.adisc_cache, adisc);

Completed in 96 milliseconds