Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:test_dev_config_show_int

Proto:static ssize_t test_dev_config_show_int(struct kmod_test_device *test_dev, char *buf, int config)

Type:ssize_t

Parameter:

TypeParameterName
struct kmod_test_device *test_dev
char *buf
intconfig
962  mutex_lock( & config_mutex)
963  val = config
964  mutex_unlock( & config_mutex)
966  Return snprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@size: The size of the buffer, including the trailing null space*@fmt: The format string to use*@
Caller
NameDescribe
config_num_threads_show
test_result_show
test_result_show