Home
last modified time | relevance | path

Searched refs:notification (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Daudit.h469 extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification);
501 static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in audit_mq_notify() argument
504 __audit_mq_notify(mqdes, notification); in audit_mq_notify()
Dsyscalls.h553 asmlinkage long sys_mq_notify(mqd_t mqdes, const struct sigevent __user *notification);