Searched refs:mq_open (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/tools/testing/selftests/timers/ |
D | mqueue-lat.c | 66 q = mq_open("/foo", O_CREAT | O_RDONLY, 0666, NULL); in mqueue_lat_test()
|
/Linux-v4.19/kernel/ |
D | sys_ni.c | 186 COND_SYSCALL(mq_open); 187 COND_SYSCALL_COMPAT(mq_open);
|
D | auditsc.c | 1236 context->mq_open.oflag, context->mq_open.mode, in show_special() 1237 context->mq_open.attr.mq_flags, in show_special() 1238 context->mq_open.attr.mq_maxmsg, in show_special() 1239 context->mq_open.attr.mq_msgsize, in show_special() 1240 context->mq_open.attr.mq_curmsgs); in show_special() 2097 memcpy(&context->mq_open.attr, attr, sizeof(struct mq_attr)); in __audit_mq_open() 2099 memset(&context->mq_open.attr, 0, sizeof(struct mq_attr)); in __audit_mq_open() 2101 context->mq_open.oflag = oflag; in __audit_mq_open() 2102 context->mq_open.mode = mode; in __audit_mq_open()
|
D | audit.h | 191 } mq_open; member
|
/Linux-v4.19/tools/testing/selftests/mqueue/ |
D | mq_open_tests.c | 205 if ((queue = mq_open(queue_path, flags, perms, attr)) == -1) in test_queue() 227 if ((queue = mq_open(queue_path, flags, perms, attr)) == -1) in test_queue_fail()
|
D | mq_perf_tests.c | 294 queue = mq_open(queue_path, flags, perms, attr); in open_queue()
|
/Linux-v4.19/Documentation/sysctl/ |
D | fs.txt | 335 for another (user) limit which is set in mq_open invocation. This attribute of 343 default number of messages in a queue value if attr parameter of mq_open(2) is 347 the default message size value if attr parameter of mq_open(2) is NULL. If it
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | systbl.h | 270 COMPAT_SYS(mq_open)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 327 ENTRY_COMP(mq_open)
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 251 240 common mq_open __x64_sys_mq_open
|
D | syscall_32.tbl | 291 277 i386 mq_open sys_mq_open __ia32_compat_sys_mq_open
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 251 240 common mq_open __x64_sys_mq_open
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 291 274 common mq_open sys_mq_open
|
/Linux-v4.19/ipc/ |
D | mqueue.c | 793 SYSCALL_DEFINE4(mq_open, const char __user *, u_name, int, oflag, umode_t, mode, in SYSCALL_DEFINE4() argument 1410 COMPAT_SYSCALL_DEFINE4(mq_open, const char __user *, u_name, in COMPAT_SYSCALL_DEFINE4() argument
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 280 271 common mq_open sys_mq_open compat_sys_mq_open
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 280 271 common mq_open sys_mq_open compat_sys_mq_open
|