Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:mp function to sort() forward mappings

Proto:static int cmp_extents_forward(const void *a, const void *b)

Type:int

Parameter:

TypeParameterName
const void *a
const void *b
790  e1 = a
791  e2 = b
793  If first < first Then Return -1
796  If first > first Then Return 1
799  Return 0