Home
last modified time | relevance | path

Searched refs:msgtyp (Results 1 – 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/ipc/
Dmsg.c1002 static inline int convert_mode(long *msgtyp, int msgflg) in convert_mode() argument
1013 if (*msgtyp == 0) { in convert_mode()
1016 if (*msgtyp < 0) { in convert_mode()
1017 if (*msgtyp == LONG_MIN) { /* -LONG_MIN is undefined */ in convert_mode()
1018 *msgtyp = LONG_MAX; in convert_mode()
1020 *msgtyp = -*msgtyp; in convert_mode()
1082 static struct msg_msg *find_msg(struct msg_queue *msq, long *msgtyp, int mode) in find_msg() argument
1089 …if (testmsg(msg, *msgtyp, mode) && !security_msg_queue_msgrcv(&msq->q_perm, msg, current, *msgtyp,… in find_msg()
1091 *msgtyp = msg->m_type - 1; in find_msg()
1094 if (*msgtyp == count) { in find_msg()
[all …]