taglinefilesource code
raid0_hash121drivers/block/raid0.cdata->hash_table=kmalloc (sizeof (struct raid0_hash)*nb_zone, GFP_KERNEL);
raid0_hash183drivers/block/raid0.cstatic struct raid0_hash *hash;
raid0_hash21include/linux/raid0.hstruct raid0_hash *hash_table; /* Dynamically allocated */
raid0_hash49include/linux/raid0.hstruct raid0_hash *hash_table; /* Dynamically allocated */