Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ uma_zalloc_pcpu
Function
uma_zalloc_pcpu
freebsd/vm/uma.h:361–365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
359
}
360
361
static __inline void *
362
uma_zalloc_pcpu(uma_zone_t zone, int flags)
363
{
364
return uma_zalloc_pcpu_arg(zone, NULL, flags);
365
}
366
367
/*
368
* Frees an item back into the specified zone.
Callers
10
uma_zwait
Function · 0.70
pfr_create_kentry
Function · 0.50
ipfw_alloc_rule
Function · 0.50
rms_init
Function · 0.50
epoch_ctor
Function · 0.50
smr_create
Function · 0.50
mount_init
Function · 0.50
malloc_init
Function · 0.50
counter_u64_alloc
Function · 0.50
key_newsav
Function · 0.50
Calls
1
uma_zalloc_pcpu_arg
Function · 0.85
Tested by
no test coverage detected