Home
last modified time | relevance | path

Searched refs:mqueue_notifier (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/kern/
H A Duipc_mqueue.c167 struct mqueue_notifier { struct
168 LIST_ENTRY(mqueue_notifier) nt_link;
186 struct mqueue_notifier *mq_notifier; argument
1811 struct mqueue_notifier *nt; in mqueue_send_notification()
1948 static __inline struct mqueue_notifier *
1955 notifier_free(struct mqueue_notifier *p) in notifier_free()
1960 static struct mqueue_notifier *
1963 struct mqueue_notifier *nt; in notifier_search()
1973 notifier_insert(struct proc *p, struct mqueue_notifier *nt) in notifier_insert()
1988 struct mqueue_notifier *nt; in notifier_remove()
[all …]
/freebsd-14.2/sys/sys/
H A Dproc.h187 struct mqueue_notifier;
762 LIST_HEAD(, mqueue_notifier) p_mqnotifier; /* (c) mqueue notifiers.*/