Searched refs:msgsz (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/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() 841 size_t msgsz, int msgflg) in do_msgsnd() argument 851 if (msgsz > ns->msg_ctlmax || (long) msgsz < 0 || msqid < 0) in do_msgsnd() 856 msg = load_msg(mtext, msgsz); in do_msgsnd() 861 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.10/include/linux/ |
| D | compat.h | 705 compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg); 707 compat_ssize_t msgsz, int msgflg);
|
| D | syscalls.h | 778 size_t msgsz, long msgtyp, int msgflg); 780 size_t msgsz, int msgflg); 1335 long ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz, 1337 long ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz,
|