Home
last modified time | relevance | path

Searched refs:mtext (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/ipc/
A Dmsgque.c17 char mtext[MAX_MSG_SIZE]; member
108 if (memcmp(message.mtext, msgque->messages[cnt].mtext, ret)) { in check_and_destroy_queue()
178 memcpy(msgbuf.mtext, TEST_STRING, sizeof(TEST_STRING)); in fill_msgque()
186 memcpy(msgbuf.mtext, ANOTHER_TEST_STRING, sizeof(ANOTHER_TEST_STRING)); in fill_msgque()
/linux-6.3-rc2/arch/xtensa/
A DMakefile35 KBUILD_CFLAGS += -pipe -mlongcalls -mtext-section-literals
43 KBUILD_AFLAGS += -mlongcalls -mtext-section-literals
/linux-6.3-rc2/include/uapi/linux/
A Dmsg.h40 char mtext[1]; /* message text */ member
/linux-6.3-rc2/arch/xtensa/boot/boot-elf/
A DMakefile10 KBUILD_AFLAGS += -mtext-section-literals
/linux-6.3-rc2/ipc/
A Dmsg.c848 static long do_msgsnd(int msqid, long mtype, void __user *mtext, in do_msgsnd() argument
864 msg = load_msg(mtext, msgsz); in do_msgsnd()
968 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in ksys_msgsnd()
981 char mtext[1]; member
992 return do_msgsnd(msqid, mtype, up->mtext, (ssize_t)msgsz, msgflg); in compat_ksys_msgsnd()
1035 if (store_msg(msgp->mtext, msg, msgsz)) in do_msg_fill()
1286 if (store_msg(msgp->mtext, msg, msgsz)) in compat_do_msg_fill()

Completed in 9 milliseconds