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

Function mqnode_addref

freebsd/kern/uipc_mqueue.c:393–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393static __inline void
394mqnode_addref(struct mqfs_node *node)
395{
396 atomic_add_int(&node->mn_refcount, 1);
397}
398
399static __inline void
400mqnode_release(struct mqfs_node *node)

Callers 6

mqfs_add_nodeFunction · 0.85
mqfs_allocvFunction · 0.85
mqfs_lookupxFunction · 0.85
mqfs_createFunction · 0.85
mqfs_mkdirFunction · 0.85
kern_kmq_openFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected