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

Function notifier_free

freebsd/kern/uipc_mqueue.c:1964–1968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1962}
1963
1964static __inline void
1965notifier_free(struct mqueue_notifier *p)
1966{
1967 uma_zfree(mqnoti_zone, p);
1968}
1969
1970static struct mqueue_notifier *
1971notifier_search(struct proc *p, int fd)

Callers 2

notifier_deleteFunction · 0.85
kern_kmq_notifyFunction · 0.85

Calls 1

uma_zfreeFunction · 0.50

Tested by

no test coverage detected