Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\projid.h Create Date:2022-07-28 05:42:44
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:projid_eq

Proto:static inline bool projid_eq(kprojid_t left, kprojid_t right)

Type:bool

Parameter:

TypeParameterName
kprojid_tleft
kprojid_tright
38  Return __kprojid_val(left) == __kprojid_val(right)
Caller
NameDescribe
qid_eqqid_eq - Test to see if to kquid values are the same*@left: A qid value*@right: Another quid value* Return true if the two qid values are equal and false otherwise.