Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:gid_cmp

Proto:static int gid_cmp(const void *_a, const void *_b)

Type:int

Parameter:

TypeParameterName
const void *_a
const void *_b
83  a = _a
84  b = _b
86  Return gid_gt(a, b) - gid_lt(a, b)