Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kmod_config_sync_info

Proto:static int kmod_config_sync_info(struct kmod_test_device *test_dev)

Type:int

Parameter:

TypeParameterName
struct kmod_test_device *test_dev
779  config = config
781  free_test_dev_info(test_dev)
782  info = vzalloc(array_size() - Calculate size of 2-dimensional array.*@a: dimension one*@b: dimension two* Calculates size of 2-dimensional array: @a *@b.* Returns: number of bytes needed to represent the array or SIZE_MAX on* overflow.)
785  If Not info Then Return -ENOMEM
788  Return 0
Caller
NameDescribe
__kmod_config_init