Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:We wait for each callback to return with the lock held, no need to lock here

Proto:static void trigger_batched_cb(const struct firmware *fw, void *context)

Type:void

Parameter:

TypeParameterName
const struct firmware *fw
void *context
728  req = context
730  If Not req Then
731  test_result = -EINVAL
732  Return
736  If Not idx Then ssleep(2)
739  fw = fw
747  If Not fw && Not test_result Then test_result = -ENOENT
750  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.