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

/linux-master/drivers/md/
H A Draid5.h575 struct hlist_head *stripe_hashtbl; member in struct:r5conf
H A Draid5.c78 return &conf->stripe_hashtbl[hash];
7338 kfree(conf->stripe_hashtbl);
7529 conf->stripe_hashtbl = kzalloc(PAGE_SIZE, GFP_KERNEL);
7530 if (!conf->stripe_hashtbl)

Completed in 96 milliseconds