Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\tracing_map.c Create Date:2022-07-28 12:07:06
Last Modify:2020-03-17 19:44:05 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:tracing_map_cmp_atomic64

Proto:static int tracing_map_cmp_atomic64(void *val_a, void *val_b)

Type:int

Parameter:

TypeParameterName
void *val_a
void *val_b
142  a = atomic64_read((atomic64_t * )val_a)
143  b = atomic64_read((atomic64_t * )val_b)
145  Return If a > b Then 1 Else If a < b Then -1 Else 0