Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\crc-t10dif.c Create Date:2022-07-28 06:55:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:crc_t10dif_mod_init

Proto:static int __init crc_t10dif_mod_init(void)

Type:int

Parameter:Nothing

89  crypto_register_notifier( & crc_t10dif_nb)
90  crct10dif_tfm = crypto_alloc_shash("crct10dif", 0, 0)
91  If IS_ERR(crct10dif_tfm) Then
92  static_key_slow_inc( & crct10dif_fallback)
93  crct10dif_tfm = NULL
95  Return 0