Searched refs:mq_open (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/tools/testing/selftests/timers/ |
D | mqueue-lat.c | 77 q = mq_open("/foo", O_CREAT | O_RDONLY, 0666, NULL); in mqueue_lat_test()
|
/linux-4.4.14/tools/testing/selftests/mqueue/ |
D | mq_open_tests.c | 202 if ((queue = mq_open(queue_path, flags, perms, attr)) == -1) in test_queue() 224 if ((queue = mq_open(queue_path, flags, perms, attr)) == -1) in test_queue_fail()
|
D | mq_perf_tests.c | 292 queue = mq_open(queue_path, flags, perms, attr); in open_queue()
|
/linux-4.4.14/kernel/ |
D | auditsc.c | 1224 context->mq_open.oflag, context->mq_open.mode, in show_special() 1225 context->mq_open.attr.mq_flags, in show_special() 1226 context->mq_open.attr.mq_maxmsg, in show_special() 1227 context->mq_open.attr.mq_msgsize, in show_special() 1228 context->mq_open.attr.mq_curmsgs); in show_special() 2046 memcpy(&context->mq_open.attr, attr, sizeof(struct mq_attr)); in __audit_mq_open() 2048 memset(&context->mq_open.attr, 0, sizeof(struct mq_attr)); in __audit_mq_open() 2050 context->mq_open.oflag = oflag; in __audit_mq_open() 2051 context->mq_open.mode = mode; in __audit_mq_open()
|
D | audit.h | 189 } mq_open; member
|
/linux-4.4.14/ipc/ |
D | compat_mq.c | 49 COMPAT_SYSCALL_DEFINE4(mq_open, const char __user *, u_name, in COMPAT_SYSCALL_DEFINE4() argument
|
D | mqueue.c | 771 SYSCALL_DEFINE4(mq_open, const char __user *, u_name, int, oflag, umode_t, mode, in SYSCALL_DEFINE4() argument
|
/linux-4.4.14/Documentation/sysctl/ |
D | fs.txt | 292 for another (user) limit which is set in mq_open invocation. This attribute of 300 default number of messages in a queue value if attr parameter of mq_open(2) is 304 the default message size value if attr parameter of mq_open(2) is NULL. If it
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 327 ENTRY_COMP(mq_open)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 269 COMPAT_SYS(mq_open)
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 249 240 common mq_open sys_mq_open
|
D | syscall_32.tbl | 286 277 i386 mq_open sys_mq_open compat_sys_mq_open
|