MCPcopy Create free account
hub / github.com/F-Stack/f-stack / zone_trim

Function zone_trim

freebsd/vm/uma_core.c:1515–1520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1513}
1514
1515static void
1516zone_trim(uma_zone_t zone, void *unused)
1517{
1518
1519 zone_reclaim(zone, M_NOWAIT, false);
1520}
1521
1522/*
1523 * Allocate a new slab for a keg and inserts it into the partial slab list.

Callers 1

uma_zone_reclaimFunction · 0.85

Calls 1

zone_reclaimFunction · 0.85

Tested by

no test coverage detected