Searched refs:msgsz (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/ipc/ |
A D | msg.c | 91 size_t msgsz; member 197 mss->msgsz = msgsz; in ss_add() 849 size_t msgsz, int msgflg) in do_msgsnd() argument 859 if (msgsz > ns->msg_ctlmax || (long) msgsz < 0 || msqid < 0) in do_msgsnd() 869 msg->m_ts = msgsz; in do_msgsnd() 907 ss_add(msq, &s, msgsz); in do_msgsnd() 942 msq->q_cbytes += msgsz; in do_msgsnd() 1029 size_t msgsz; in do_msg_fill() local 1037 return msgsz; in do_msg_fill() 1280 size_t msgsz; in compat_do_msg_fill() local [all …]
|
A 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.3-rc2/include/linux/ |
A D | compat.h | 797 compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg); 799 compat_ssize_t msgsz, int msgflg);
|
A D | syscalls.h | 815 size_t msgsz, long msgtyp, int msgflg); 817 size_t msgsz, int msgflg); 1372 long ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz, 1374 long ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz,
|
Completed in 11 milliseconds