MCPcopy Create free account
hub / github.com/F-Stack/f-stack / notifier_delete

Function notifier_delete

freebsd/kern/uipc_mqueue.c:1988–1993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

notifier_removeFunction · 0.85

Calls 1

notifier_freeFunction · 0.85

Tested by

no test coverage detected