Lines Matching defs:mqueue_notifier
167 struct mqueue_notifier {
168 LIST_ENTRY(mqueue_notifier) nt_link;
186 struct mqueue_notifier *mq_notifier;
673 mqnoti_zone = uma_zcreate("mqnotifier", sizeof(struct mqueue_notifier),
1815 struct mqueue_notifier *nt;
1952 static __inline struct mqueue_notifier *
1959 notifier_free(struct mqueue_notifier *p)
1964 static struct mqueue_notifier *
1967 struct mqueue_notifier *nt;
1977 notifier_insert(struct proc *p, struct mqueue_notifier *nt)
1983 notifier_delete(struct proc *p, struct mqueue_notifier *nt)
1992 struct mqueue_notifier *nt;
2358 struct mqueue_notifier *nt, *newnt = NULL;