Searched refs:msgsz (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/ipc/ |
| D | msg.c | 80 size_t msgsz; member 176 static inline bool msg_fits_inqueue(struct msg_queue *msq, size_t msgsz) in msg_fits_inqueue() argument 178 return msgsz + msq->q_cbytes <= msq->q_qbytes && in msg_fits_inqueue() 183 struct msg_sender *mss, size_t msgsz) in ss_add() argument 186 mss->msgsz = msgsz; in ss_add() 222 else if (!msg_fits_inqueue(msq, mss->msgsz)) { in ss_wakeup() 817 size_t msgsz, int msgflg) in do_msgsnd() argument 827 if (msgsz > ns->msg_ctlmax || (long) msgsz < 0 || msqid < 0) in do_msgsnd() 832 msg = load_msg(mtext, msgsz); in do_msgsnd() 837 msg->m_ts = msgsz; in do_msgsnd() [all …]
|
| D | util.h | 282 long compat_ksys_msgrcv(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, 285 compat_ssize_t msgsz, int msgflg);
|
| /Linux-v5.4/include/linux/ |
| D | compat.h | 755 compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg); 757 compat_ssize_t msgsz, int msgflg);
|
| D | syscalls.h | 773 size_t msgsz, long msgtyp, int msgflg); 775 size_t msgsz, int msgflg); 1413 long ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz, 1415 long ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz,
|