/kernel/linux/linux-5.10/ipc/ |
H A D | msg.c | 400 static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd, in msgctl_down() argument 476 static int msgctl_info(struct ipc_namespace *ns, int msqid, in msgctl_info() argument 512 static int msgctl_stat(struct ipc_namespace *ns, int msqid, in msgctl_stat() argument 591 static long ksys_msgctl(int msqid, int cmd, struct msqid_ds __user *buf, int version) in ksys_msgctl() argument 640 ksys_old_msgctl(int msqid, int cmd, struct msqid_ds __user *buf) ksys_old_msgctl() argument 726 compat_ksys_msgctl(int msqid, int cmd, void __user *uptr, int version) compat_ksys_msgctl() argument 774 compat_ksys_old_msgctl(int msqid, int cmd, void __user *uptr) compat_ksys_old_msgctl() argument 842 do_msgsnd(int msqid, long mtype, void __user *mtext, size_t msgsz, int msgflg) do_msgsnd() argument 955 ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz, int msgflg) ksys_msgsnd() argument 978 compat_ksys_msgsnd(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, int msgflg) compat_ksys_msgsnd() argument 1092 do_msgrcv(int msqid, void __user *buf, size_t bufsz, long msgtyp, int msgflg, long (*msg_handler)(void __user *, struct msg_msg *, size_t)) do_msgrcv() argument 1258 ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz, long msgtyp, int msgflg) ksys_msgrcv() argument 1285 compat_ksys_msgrcv(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg) compat_ksys_msgrcv() argument [all...] |
/kernel/linux/linux-6.6/ipc/ |
H A D | msg.c | 401 static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd, in msgctl_down() argument 477 static int msgctl_info(struct ipc_namespace *ns, int msqid, in msgctl_info() argument 518 static int msgctl_stat(struct ipc_namespace *ns, int msqid, in msgctl_stat() argument 597 static long ksys_msgctl(int msqid, int cmd, struct msqid_ds __user *buf, int version) in ksys_msgctl() argument 646 ksys_old_msgctl(int msqid, int cmd, struct msqid_ds __user *buf) ksys_old_msgctl() argument 732 compat_ksys_msgctl(int msqid, int cmd, void __user *uptr, int version) compat_ksys_msgctl() argument 780 compat_ksys_old_msgctl(int msqid, int cmd, void __user *uptr) compat_ksys_old_msgctl() argument 848 do_msgsnd(int msqid, long mtype, void __user *mtext, size_t msgsz, int msgflg) do_msgsnd() argument 961 ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz, int msgflg) ksys_msgsnd() argument 984 compat_ksys_msgsnd(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, int msgflg) compat_ksys_msgsnd() argument 1098 do_msgrcv(int msqid, void __user *buf, size_t bufsz, long msgtyp, int msgflg, long (*msg_handler)(void __user *, struct msg_msg *, size_t)) do_msgrcv() argument 1264 ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz, long msgtyp, int msgflg) ksys_msgrcv() argument 1291 compat_ksys_msgrcv(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg) compat_ksys_msgrcv() argument [all...] |