Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kcov_remote_reset

Proto:static void kcov_remote_reset(struct kcov *kcov)

Type:void

Parameter:

TypeParameterName
struct kcov *kcov
365  spin_lock( & kcov_remote_lock)
367  If kcov != kcov Then Continue
369  kcov_debug("removing handle %llx\n", handle)
370  hash_del - remove an object from a hashtable*@node: &struct hlist_node of the object to remove
371  kfree(remote)
374  kcov_reset(kcov)
375  spin_unlock( & kcov_remote_lock)
Caller
NameDescribe
kcov_disable
kcov_put