Searched refs:mqueue_notifier (Results 1 – 2 of 2) sorted by relevance
170 struct mqueue_notifier { struct171 LIST_ENTRY(mqueue_notifier) nt_link;189 struct mqueue_notifier *mq_notifier; argument1819 struct mqueue_notifier *nt; in mqueue_send_notification()1956 static __inline struct mqueue_notifier *1963 notifier_free(struct mqueue_notifier *p) in notifier_free()1968 static struct mqueue_notifier *1971 struct mqueue_notifier *nt; in notifier_search()1981 notifier_insert(struct proc *p, struct mqueue_notifier *nt) in notifier_insert()1996 struct mqueue_notifier *nt; in notifier_remove()[all …]
180 struct mqueue_notifier;677 LIST_HEAD(, mqueue_notifier) p_mqnotifier; /* (c) mqueue notifiers.*/