Searched refs:msgsz (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/ipc/ |
| D | msg.c | 90 size_t msgsz; member 186 static inline bool msg_fits_inqueue(struct msg_queue *msq, size_t msgsz) in msg_fits_inqueue() argument 188 return msgsz + msq->q_cbytes <= msq->q_qbytes && in msg_fits_inqueue() 193 struct msg_sender *mss, size_t msgsz) in ss_add() argument 196 mss->msgsz = msgsz; in ss_add() 236 else if (!msg_fits_inqueue(msq, mss->msgsz)) { in ss_wakeup() 843 size_t msgsz, int msgflg) in do_msgsnd() argument 853 if (msgsz > ns->msg_ctlmax || (long) msgsz < 0 || msqid < 0) in do_msgsnd() 858 msg = load_msg(mtext, msgsz); in do_msgsnd() 863 msg->m_ts = msgsz; in do_msgsnd() [all …]
|
| 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-v5.15/include/linux/ |
| D | compat.h | 767 compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg); 769 compat_ssize_t msgsz, int msgflg);
|
| D | syscalls.h | 812 size_t msgsz, long msgtyp, int msgflg); 814 size_t msgsz, int msgflg); 1366 long ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz, 1368 long ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz,
|