Home
last modified time | relevance | path

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

/ipc/
Dmsg.c788 static int testmsg(struct msg_msg *msg, long type, int mode) in testmsg() argument
795 if (msg->m_type <= type) in testmsg()
799 if (msg->m_type == type) in testmsg()
803 if (msg->m_type != type) in testmsg()
Dnamespace.c220 .type = CLONE_NEWIPC,