Lines Matching refs:mqueue_notifier
167 struct mqueue_notifier { struct
168 LIST_ENTRY(mqueue_notifier) nt_link;
186 struct mqueue_notifier *mq_notifier; argument
674 mqnoti_zone = uma_zcreate("mqnotifier", sizeof(struct mqueue_notifier), in mqfs_init()
1816 struct mqueue_notifier *nt; in mqueue_send_notification()
1953 static __inline struct mqueue_notifier *
1960 notifier_free(struct mqueue_notifier *p) in notifier_free()
1965 static struct mqueue_notifier *
1968 struct mqueue_notifier *nt; in notifier_search()
1978 notifier_insert(struct proc *p, struct mqueue_notifier *nt) in notifier_insert()
1984 notifier_delete(struct proc *p, struct mqueue_notifier *nt) in notifier_delete()
1993 struct mqueue_notifier *nt; in notifier_remove()
2360 struct mqueue_notifier *nt, *newnt = NULL; in kern_kmq_notify()