Home
last modified time | relevance | path

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

/ipc/
Dmsg.c573 static int testmsg(struct msg_msg *msg, long type, int mode) in testmsg() argument
581 if (msg->m_type <=type) in testmsg()
585 if (msg->m_type == type) in testmsg()
589 if (msg->m_type != type) in testmsg()
Dnamespace.c193 .type = CLONE_NEWIPC,
Dcompat.c359 compat_long_t type; in COMPAT_SYSCALL_DEFINE6() local
364 if (get_user(type, &up->mtype)) in COMPAT_SYSCALL_DEFINE6()
367 return do_msgsnd(first, type, up->mtext, second, third); in COMPAT_SYSCALL_DEFINE6()