Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:trigger_config_run

Proto:static int trigger_config_run(struct kmod_test_device *test_dev)

Type:int

Parameter:

TypeParameterName
struct kmod_test_device *test_dev
529  config = config
532  mutex_lock( & trigger_mutex)
533  mutex_lock( & config_mutex)
535  ret = This ensures we don't allow kicking threads through if our configuration* is faulty.
536  If ret < 0 Then Go to out
538  dev_info(dev, "General test result: %d\n", test_result)
554  ret = 0
556  out :
557  mutex_unlock( & config_mutex)
558  mutex_unlock( & trigger_mutex)
560  Return ret
Caller
NameDescribe
trigger_config_store
trigger_config_run_type