Searched refs:msgsz (Results 1 – 4 of 4) sorted by relevance
| /linux/ipc/ |
| A D | msg.c | 90 size_t msgsz; member 196 mss->msgsz = msgsz; in ss_add() 843 size_t msgsz, int msgflg) in do_msgsnd() argument 853 if (msgsz > ns->msg_ctlmax || (long) msgsz < 0 || msqid < 0) in do_msgsnd() 863 msg->m_ts = msgsz; in do_msgsnd() 901 ss_add(msq, &s, msgsz); in do_msgsnd() 936 msq->q_cbytes += msgsz; in do_msgsnd() 1023 size_t msgsz; in do_msg_fill() local 1031 return msgsz; in do_msg_fill() 1274 size_t msgsz; in compat_do_msg_fill() local [all …]
|
| A D | util.h | 285 long compat_ksys_msgrcv(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, 288 compat_ssize_t msgsz, int msgflg);
|
| /linux/include/linux/ |
| A D | syscalls.h | 817 size_t msgsz, long msgtyp, int msgflg); 819 size_t msgsz, int msgflg); 1371 long ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz, 1373 long ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz,
|
| A D | compat.h | 767 compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg); 769 compat_ssize_t msgsz, int msgflg);
|
Completed in 16 milliseconds