mqueue_notifier
LIST_ENTRY(mqueue_notifier) nt_link;
struct mqueue_notifier *nt;
struct mqueue_notifier *mq_notifier;
static __inline struct mqueue_notifier *
notifier_free(struct mqueue_notifier *p)
static struct mqueue_notifier *
struct mqueue_notifier *nt;
notifier_insert(struct proc *p, struct mqueue_notifier *nt)
notifier_delete(struct proc *p, struct mqueue_notifier *nt)
struct mqueue_notifier *nt;
struct mqueue_notifier *nt, *newnt = NULL;
mqnoti_zone = uma_zcreate("mqnotifier", sizeof(struct mqueue_notifier),
struct mqueue_notifier;
LIST_HEAD(, mqueue_notifier) p_mqnotifier; /* (c) mqueue notifiers.*/