Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
393
static __inline void
394
mqnode_addref(struct mqfs_node *node)
395
{
396
atomic_add_int(&node->mn_refcount, 1);
397
}
398
399
static __inline void
400
mqnode_release(struct mqfs_node *node)
Callers
6
mqfs_add_node
Function · 0.85
mqfs_allocv
Function · 0.85
mqfs_lookupx
Function · 0.85
mqfs_create
Function · 0.85
mqfs_mkdir
Function · 0.85
kern_kmq_open
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected