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

Function mqnode_free

freebsd/kern/uipc_mqueue.c:387–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387static __inline void
388mqnode_free(struct mqfs_node *node)
389{
390 uma_zfree(mqnode_zone, node);
391}
392
393static __inline void
394mqnode_addref(struct mqfs_node *node)

Callers 5

mqfs_create_fileFunction · 0.85
mqfs_fixup_dirFunction · 0.85
mqfs_create_dirFunction · 0.85
mqfs_create_linkFunction · 0.85
mqfs_destroyFunction · 0.85

Calls 1

uma_zfreeFunction · 0.50

Tested by

no test coverage detected