| 1986 | } |
| 1987 | |
| 1988 | static __inline void |
| 1989 | notifier_delete(struct proc *p, struct mqueue_notifier *nt) |
| 1990 | { |
| 1991 | LIST_REMOVE(nt, nt_link); |
| 1992 | notifier_free(nt); |
| 1993 | } |
| 1994 | |
| 1995 | static void |
| 1996 | notifier_remove(struct proc *p, struct mqueue *mq, int fd) |
no test coverage detected