Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\compat_ioctl.c Create Date:2022-07-28 20:26:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:init_sys32_ioctl_cmp

Proto:static int __init init_sys32_ioctl_cmp(const void *p, const void *q)

Type:int

Parameter:

TypeParameterName
const void *p
const void *q
246  a = p
247  b = q
248  If a > b Then Return 1
250  If a < b Then Return -1
252  Return 0