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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid5.h347 struct hlist_head *stripe_hashtbl; member in struct:raid5_private_data
H A Draid5.c72 #define stripe_hash(conf, sect) (&((conf)->stripe_hashtbl[((sect) >> STRIPE_SHIFT) & HASH_MASK]))
4740 kfree(conf->stripe_hashtbl);
4892 if ((conf->stripe_hashtbl = kzalloc(PAGE_SIZE, GFP_KERNEL)) == NULL)
5274 hlist_for_each_entry(sh, hn, &conf->stripe_hashtbl[i], hash) {

Completed in 40 milliseconds