Searched refs:msgsz (Results 1 – 3 of 3) sorted by relevance
/linux/ipc/ |
H A D | msg.c | 91 size_t msgsz; member 187 static inline bool msg_fits_inqueue(struct msg_queue *msq, size_t msgsz) in msg_fits_inqueue() argument 189 return msgsz + msq->q_cbytes <= msq->q_qbytes && in msg_fits_inqueue() 194 struct msg_sender *mss, size_t msgsz) in ss_add() argument 197 mss->msgsz = msgsz; in ss_add() 237 else if (!msg_fits_inqueue(msq, mss->msgsz)) { in ss_wakeup() 849 size_t msgsz, int msgflg) in do_msgsnd() argument 859 if (msgsz > ns->msg_ctlmax || (long) msgsz < 0 || msqid < 0) in do_msgsnd() 864 msg = load_msg(mtext, msgsz); in do_msgsnd() 869 msg->m_ts = msgsz; in do_msgsnd() [all …]
|
H A D | util.h | 284 long compat_ksys_msgrcv(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, 287 compat_ssize_t msgsz, int msgflg);
|
/linux/include/linux/ |
H A D | syscalls.h | 743 size_t msgsz, long msgtyp, int msgflg); 745 size_t msgsz, int msgflg); 1301 long ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz, 1303 long ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz,
|