Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ zone_drain
Function
zone_drain
freebsd/vm/uma_core.c:1508–1513 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1506
}
1507
1508
static void
1509
zone_drain(uma_zone_t zone, void *unused)
1510
{
1511
1512
zone_reclaim(zone, M_NOWAIT, true);
1513
}
1514
1515
static void
1516
zone_trim(uma_zone_t zone, void *unused)
Callers
3
kmem_cache_reap_soon
Function · 0.85
uma_reclaim
Function · 0.85
uma_zone_reclaim
Function · 0.85
Calls
1
zone_reclaim
Function · 0.85
Tested by
no test coverage detected