Searched refs:mqueue_notifier (Results 1 – 2 of 2) sorted by relevance
167 struct mqueue_notifier { struct168 LIST_ENTRY(mqueue_notifier) nt_link;186 struct mqueue_notifier *mq_notifier; argument673 mqnoti_zone = uma_zcreate("mqnotifier", sizeof(struct mqueue_notifier), in mqfs_init()1815 struct mqueue_notifier *nt; in mqueue_send_notification()1952 static __inline struct mqueue_notifier *1959 notifier_free(struct mqueue_notifier *p) in notifier_free()1964 static struct mqueue_notifier *1967 struct mqueue_notifier *nt; in notifier_search()1977 notifier_insert(struct proc *p, struct mqueue_notifier *nt) in notifier_insert()[all …]
185 struct mqueue_notifier;759 LIST_HEAD(, mqueue_notifier) p_mqnotifier; /* (c) mqueue notifiers.*/