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

Function notifier_alloc

freebsd/kern/uipc_mqueue.c:1958–1962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1956}
1957
1958static __inline struct mqueue_notifier *
1959notifier_alloc(void)
1960{
1961 return (uma_zalloc(mqnoti_zone, M_WAITOK | M_ZERO));
1962}
1963
1964static __inline void
1965notifier_free(struct mqueue_notifier *p)

Callers 1

kern_kmq_notifyFunction · 0.85

Calls 1

uma_zallocFunction · 0.50

Tested by

no test coverage detected