函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:ipc\msg.c Create Date:2022-07-27 18:17:21
Last Modify:2020-03-17 22:56:56 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:testmsg

函数原型:static int testmsg(struct msg_msg *msg, long type, int mode)

返回类型:int

参数:

类型参数名称
struct msg_msg *msg
longtype
intmode
770  :mode恒等于SEARCH_ANY
771  :mode恒等于SEARCH_NUMBER
772  返回:1
773  :mode恒等于SEARCH_LESSEQUAL
774  如果m_type小于等于type则返回:1
776  退出
777  :mode恒等于SEARCH_EQUAL
778  如果m_type恒等于type则返回:1
780  退出
781  :mode恒等于SEARCH_NOTEQUAL
782  如果m_type不等于type则返回:1
784  退出
786  返回:0
调用者
名称描述
pipelined_send
find_msg