MCPcopy Create free account
hub / github.com/F-Stack/f-stack / linux_mq_unlink

Function linux_mq_unlink

freebsd/i386/linux/linux_machdep.c:695–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695int
696linux_mq_unlink(struct thread *td, struct linux_mq_unlink_args *args)
697{
698#ifdef P1003_1B_MQUEUE
699 return (sys_kmq_unlink(td, (struct kmq_unlink_args *)args));
700#else
701 return (ENOSYS);
702#endif
703}
704
705int
706linux_mq_timedsend(struct thread *td, struct linux_mq_timedsend_args *args)

Callers

nothing calls this directly

Calls 1

sys_kmq_unlinkFunction · 0.85

Tested by

no test coverage detected