Searched refs:p_mqnotifier (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Duipc_mqueue.c1909 LIST_FOREACH(nt, &p->p_mqnotifier, nt_link) {
1919 LIST_INSERT_HEAD(&p->p_mqnotifier, nt, nt_link);
2417 KASSERT(LIST_EMPTY(&p->p_mqnotifier), ("mq notifiers left"));
H A Dkern_thread.c259 LIST_INIT(&p->p_mqnotifier);
/freebsd-10.0-release/sys/sys/
H A Dproc.h576 LIST_HEAD(, mqueue_notifier) p_mqnotifier; /* (c) mqueue notifiers.*/ member in struct:proc

Completed in 65 milliseconds