Searched refs:msgsz (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/ipc/ |
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 …]
|
D | util.h | 283 long compat_ksys_msgrcv(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, 286 compat_ssize_t msgsz, int msgflg);
|
/linux-6.6.21/include/linux/ |
D | compat.h | 746 compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg); 748 compat_ssize_t msgsz, int msgflg);
|
D | syscalls.h | 712 size_t msgsz, long msgtyp, int msgflg); 714 size_t msgsz, int msgflg); 1256 long ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz, 1258 long ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz,
|