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

/netbsd-current/sys/sys/
H A Dmqueue.h86 struct proc * mq_notify_proc; member in struct:mqueue
/netbsd-current/sys/compat/linux/common/
H A Dlinux_mqueue.c212 if (mq->mq_notify_proc == NULL) {
215 mq->mq_notify_proc = l->l_proc;
222 mq->mq_notify_proc = NULL;
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_mqueue.c204 if (mq->mq_notify_proc == NULL) {
206 mq->mq_notify_proc = l->l_proc;
213 mq->mq_notify_proc = NULL;
/netbsd-current/sys/kern/
H A Dsys_mqueue.c874 if (mqattr->mq_curmsgs == 0 && mq->mq_notify_proc &&
883 notify = mq->mq_notify_proc;
884 mq->mq_notify_proc = NULL;
980 if (mq->mq_notify_proc == NULL) {
983 mq->mq_notify_proc = l->l_proc;
990 mq->mq_notify_proc = NULL;

Completed in 79 milliseconds