Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
381
static __inline struct mqfs_node *
382
mqnode_alloc(void)
383
{
384
return uma_zalloc(mqnode_zone, M_WAITOK | M_ZERO);
385
}
386
387
static __inline void
388
mqnode_free(struct mqfs_node *node)
Callers
2
mqfs_create_node
Function · 0.85
mqfs_fixup_dir
Function · 0.85
Calls
1
uma_zalloc
Function · 0.50
Tested by
no test coverage detected