Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Draid5.h575 struct hlist_head *stripe_hashtbl; member
H A Draid5.c75 return &conf->stripe_hashtbl[hash]; in stripe_hash()
7417 kfree(conf->stripe_hashtbl); in free_conf()
7608 conf->stripe_hashtbl = kzalloc(PAGE_SIZE, GFP_KERNEL); in setup_conf()
7609 if (!conf->stripe_hashtbl) in setup_conf()