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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_tgt_lib.c37 static struct kmem_cache *scsi_tgt_cmd_cache; variable in typeref:struct:kmem_cache
90 tcmd = kmem_cache_alloc(scsi_tgt_cmd_cache, GFP_ATOMIC);
125 kmem_cache_free(scsi_tgt_cmd_cache, tcmd);
152 kmem_cache_free(scsi_tgt_cmd_cache, tcmd);
628 scsi_tgt_cmd_cache = KMEM_CACHE(scsi_tgt_cmd, 0);
629 if (!scsi_tgt_cmd_cache)
647 kmem_cache_destroy(scsi_tgt_cmd_cache);
655 kmem_cache_destroy(scsi_tgt_cmd_cache);

Completed in 183 milliseconds