Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\events\core.c Create Date:2022-07-28 13:38:54
Last Modify:2022-05-20 07:50:19 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:swevent_hash

Proto:static inline u64 swevent_hash(u64 type, u32 event_id)

Type:u64

Parameter:

TypeParameterName
u64type
u32event_id
8590  val = event_id | type << 32
8592  Return hash_64(val, SWEVENT_HLIST_BITS)
Caller
NameDescribe
__find_swevent_head