Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Must run with thread_mutex held

Proto:static void kmod_test_done_check(struct kmod_test_device *test_dev, unsigned int idx)

Type:void

Parameter:

TypeParameterName
struct kmod_test_device *test_dev
unsigned intidx
182  config = config
184  done++
185  dev_dbg(dev, "Done thread count: %u\n", done)
187  If done == num_threads Then
188  dev_info(dev, "Done: %u threads have all run now\n", done)
190  dev_info(dev, "Last thread to run: %u\n", idx)
191  mplete: - signals a single thread waiting on this completion*@x: holds the state of this particular completion* This will wake up a single thread waiting on this completion. Threads will be* awakened in the same order in which they were queued.
Caller
NameDescribe
run_request