Home
last modified time | relevance | path

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

/ipc/
Dmsg.c766 static int testmsg(struct msg_msg *msg, long type, int mode) in testmsg() argument
773 if (msg->m_type <= type) in testmsg()
777 if (msg->m_type == type) in testmsg()
781 if (msg->m_type != type) in testmsg()
Dnamespace.c201 .type = CLONE_NEWIPC,