| 1980 | } |
| 1981 | |
| 1982 | static __inline void |
| 1983 | notifier_insert(struct proc *p, struct mqueue_notifier *nt) |
| 1984 | { |
| 1985 | LIST_INSERT_HEAD(&p->p_mqnotifier, nt, nt_link); |
| 1986 | } |
| 1987 | |
| 1988 | static __inline void |
| 1989 | notifier_delete(struct proc *p, struct mqueue_notifier *nt) |