Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:ipc\msg.c Create Date:2022-07-28 16:42:23
Last Modify:2020-03-17 22:56:56 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:convert_mode

Proto:static inline int convert_mode(long *msgtyp, int msgflg)

Type:int

Parameter:

TypeParameterName
long *msgtyp
intmsgflg
973  If msgflg & copy (not remove) all queue messages Then Return SEARCH_NUMBER
981  If msgtyp == 0 Then Return SEARCH_ANY
983  If msgtyp < 0 Then
984  If msgtyp == LONG_MIN Then msgtyp = LONG_MAX
986  Else msgtyp = -msgtyp
988  Return SEARCH_LESSEQUAL
990  If msgflg & cv any msg except of specified type. Then Return SEARCH_NOTEQUAL
992  Return SEARCH_EQUAL
Caller
NameDescribe
do_msgrcv