Searched refs:mq_unlink (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c98 mq_unlink(queue_path);
212 if (mq_unlink(queue_path))
213 shutdown(1, "mq_unlink()", __LINE__);
234 if (mq_unlink(queue_path))
235 shutdown(1, "mq_unlink()", __LINE__);
H A Dmq_perf_tests.c200 mq_unlink(queue_path);
/linux-master/kernel/
H A Dsys_ni.c110 COND_SYSCALL(mq_unlink); variable
/linux-master/ipc/
H A Dmqueue.c953 SYSCALL_DEFINE1(mq_unlink, const char __user *, u_name)

Completed in 278 milliseconds