Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_mqueue.c170 struct mqueue_notifier { struct
171 LIST_ENTRY(mqueue_notifier) nt_link;
189 struct mqueue_notifier *mq_notifier; argument
1821 struct mqueue_notifier *nt; in mqueue_send_notification()
1958 static __inline struct mqueue_notifier *
1965 notifier_free(struct mqueue_notifier *p) in notifier_free()
1970 static struct mqueue_notifier *
1973 struct mqueue_notifier *nt; in notifier_search()
1983 notifier_insert(struct proc *p, struct mqueue_notifier *nt) in notifier_insert()
1998 struct mqueue_notifier *nt; in notifier_remove()
[all …]
/f-stack/freebsd/sys/
H A Dproc.h186 struct mqueue_notifier;
704 LIST_HEAD(, mqueue_notifier) p_mqnotifier; /* (c) mqueue notifiers.*/