Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ uma_zfree_pcpu
Function
uma_zfree_pcpu
freebsd/vm/uma.h:402–406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
400
}
401
402
static __inline void
403
uma_zfree_pcpu(uma_zone_t zone, void *item)
404
{
405
uma_zfree_pcpu_arg(zone, item, NULL);
406
}
407
408
/*
409
* Wait until the specified zone can allocate an item.
Callers
11
uma_zwait
Function · 0.70
pfr_destroy_kentry
Function · 0.50
ipfw_free_rule
Function · 0.50
rms_destroy
Function · 0.50
epoch_free
Function · 0.50
smr_destroy
Function · 0.50
mount_fini
Function · 0.50
malloc_uninit
Function · 0.50
counter_u64_free
Function · 0.50
key_newsav
Function · 0.50
key_delsav
Function · 0.50
Calls
1
uma_zfree_pcpu_arg
Function · 0.85
Tested by
no test coverage detected