Searched refs:mtext (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/testing/selftests/ipc/ |
D | msgque.c | 16 char mtext[MAX_MSG_SIZE]; member 107 if (memcmp(message.mtext, msgque->messages[cnt].mtext, ret)) { in check_and_destroy_queue() 177 memcpy(msgbuf.mtext, TEST_STRING, sizeof(TEST_STRING)); in fill_msgque() 185 memcpy(msgbuf.mtext, ANOTHER_TEST_STRING, sizeof(ANOTHER_TEST_STRING)); in fill_msgque()
|
/Linux-v4.19/arch/xtensa/ |
D | Makefile | 45 KBUILD_CFLAGS += -pipe -mlongcalls -mtext-section-literals 49 KBUILD_AFLAGS += -mlongcalls -mtext-section-literals
|
/Linux-v4.19/include/uapi/linux/ |
D | msg.h | 40 char mtext[1]; /* message text */ member
|
/Linux-v4.19/arch/xtensa/boot/boot-elf/ |
D | Makefile | 15 export KBUILD_AFLAGS += -mtext-section-literals
|
/Linux-v4.19/ipc/ |
D | msg.c | 791 static long do_msgsnd(int msqid, long mtype, void __user *mtext, in do_msgsnd() argument 807 msg = load_msg(mtext, msgsz); in do_msgsnd() 911 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg); in ksys_msgsnd() 924 char mtext[1]; member 935 return do_msgsnd(msqid, mtype, up->mtext, (ssize_t)msgsz, msgflg); in compat_ksys_msgsnd() 978 if (store_msg(msgp->mtext, msg, msgsz)) in do_msg_fill() 1221 if (store_msg(msgp->mtext, msg, msgsz)) in compat_do_msg_fill()
|