Searched refs:load_msg (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/ipc/ |
H A D | msgutil.c | 84 struct msg_msg *load_msg(const void __user *src, size_t len) in load_msg() function
|
H A D | util.h | 197 extern struct msg_msg *load_msg(const void __user *src, size_t len);
|
H A D | msg.c | 858 msg = load_msg(mtext, msgsz); in do_msgsnd() 1046 copy = load_msg(buf, bufsz); in prepare_copy()
|
H A D | mqueue.c | 1111 msg_ptr = load_msg(u_msg_ptr, msg_len); in do_mq_timedsend()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | msgutil.c | 84 struct msg_msg *load_msg(const void __user *src, size_t len) in load_msg() function
|
H A D | util.h | 198 extern struct msg_msg *load_msg(const void __user *src, size_t len);
|
H A D | msg.c | 864 msg = load_msg(mtext, msgsz); in do_msgsnd() 1052 copy = load_msg(buf, bufsz); in prepare_copy()
|
H A D | mqueue.c | 1112 msg_ptr = load_msg(u_msg_ptr, msg_len); in do_mq_timedsend()
|
Completed in 10 milliseconds