Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\raid6\algos.c Create Date:2022-07-28 07:09:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:raid6_choose_recov

Proto:static inline const struct raid6_recov_calls *raid6_choose_recov(void)

Type:struct raid6_recov_calls

Parameter:Nothing

132  When algo cycle If Not best || priority > priority Then
134  If Not valid || valid() Then best = algo
137  If best Then
138  raid6_2data_recov = data2
139  raid6_datap_recov = datap
141  pr_info("raid6: using %s recovery algorithm\n", name)
142  Else pr_err("raid6: Yikes! No recovery algorithm found!\n")
145  Return best
Caller
NameDescribe
raid6_select_algoThis code uses the gfmul table as convenient data set to abuse