Home
last modified time | relevance | path

Searched refs:mtext (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/ipc/
H 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()
/kernel/linux/linux-6.6/tools/testing/selftests/ipc/
H 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()
/kernel/linux/linux-6.6/arch/xtensa/
H A DMakefile35 KBUILD_CFLAGS += -pipe -mlongcalls -mtext-section-literals
43 KBUILD_AFLAGS += -mlongcalls -mtext-section-literals
/kernel/linux/linux-5.10/arch/xtensa/
H A DMakefile45 KBUILD_CFLAGS += -pipe -mlongcalls -mtext-section-literals
49 KBUILD_AFLAGS += -mlongcalls -mtext-section-literals
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dmsg.h40 char mtext[1]; /* message text */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dmsg.h40 char mtext[1]; /* message text */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dmsg.h46 char mtext[1]; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dmsg.h46 char mtext[1]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dmsg.h33 char mtext[1]; member
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-elf/
H A DMakefile15 export KBUILD_AFLAGS += -mtext-section-literals
/kernel/linux/linux-6.6/arch/xtensa/boot/boot-elf/
H A DMakefile10 KBUILD_AFLAGS += -mtext-section-literals
/kernel/linux/linux-5.10/ipc/
H A Dmsg.c842 static long do_msgsnd(int msqid, long mtype, void __user *mtext, in do_msgsnd() argument
858 msg = load_msg(mtext, msgsz); in do_msgsnd()
962 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in ksys_msgsnd()
975 char mtext[1]; member
986 return do_msgsnd(msqid, mtype, up->mtext, (ssize_t)msgsz, msgflg); in compat_ksys_msgsnd()
1029 if (store_msg(msgp->mtext, msg, msgsz)) in do_msg_fill()
1280 if (store_msg(msgp->mtext, msg, msgsz)) in compat_do_msg_fill()
/kernel/linux/linux-6.6/ipc/
H 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 6 milliseconds