MCPcopy 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
1508static void
1509zone_drain(uma_zone_t zone, void *unused)
1510{
1511
1512 zone_reclaim(zone, M_NOWAIT, true);
1513}
1514
1515static void
1516zone_trim(uma_zone_t zone, void *unused)

Callers 3

kmem_cache_reap_soonFunction · 0.85
uma_reclaimFunction · 0.85
uma_zone_reclaimFunction · 0.85

Calls 1

zone_reclaimFunction · 0.85

Tested by

no test coverage detected