Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Draid5.h570 struct hlist_head *stripe_hashtbl; member
Draid5.c82 return &conf->stripe_hashtbl[hash]; in stripe_hash()
6787 kfree(conf->stripe_hashtbl); in free_conf()
6969 if ((conf->stripe_hashtbl = kzalloc(PAGE_SIZE, GFP_KERNEL)) == NULL) in setup_conf()