Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Draid5.h563 struct hlist_head *stripe_hashtbl; member
H A Draid5.c73 return &conf->stripe_hashtbl[hash]; in stripe_hash()
7084 kfree(conf->stripe_hashtbl); in free_conf()
7271 if ((conf->stripe_hashtbl = kzalloc(PAGE_SIZE, GFP_KERNEL)) == NULL) in setup_conf()
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.h575 struct hlist_head *stripe_hashtbl; member
H A Draid5.c76 return &conf->stripe_hashtbl[hash]; in stripe_hash()
7420 kfree(conf->stripe_hashtbl); in free_conf()
7611 conf->stripe_hashtbl = kzalloc(PAGE_SIZE, GFP_KERNEL); in setup_conf()
7612 if (!conf->stripe_hashtbl) in setup_conf()

Completed in 25 milliseconds