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

Function mqnode_alloc

freebsd/kern/uipc_mqueue.c:381–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381static __inline struct mqfs_node *
382mqnode_alloc(void)
383{
384 return uma_zalloc(mqnode_zone, M_WAITOK | M_ZERO);
385}
386
387static __inline void
388mqnode_free(struct mqfs_node *node)

Callers 2

mqfs_create_nodeFunction · 0.85
mqfs_fixup_dirFunction · 0.85

Calls 1

uma_zallocFunction · 0.50

Tested by

no test coverage detected