Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
387
static __inline void
388
mqnode_free(struct mqfs_node *node)
389
{
390
uma_zfree(mqnode_zone, node);
391
}
392
393
static __inline void
394
mqnode_addref(struct mqfs_node *node)
Callers
5
mqfs_create_file
Function · 0.85
mqfs_fixup_dir
Function · 0.85
mqfs_create_dir
Function · 0.85
mqfs_create_link
Function · 0.85
mqfs_destroy
Function · 0.85
Calls
1
uma_zfree
Function · 0.50
Tested by
no test coverage detected