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

Function uma_zone_reserve

freebsd/vm/uma_core.c:4844–4852  ·  view source on GitHub ↗

See uma.h */

Source from the content-addressed store, hash-verified

4842
4843/* See uma.h */
4844void
4845uma_zone_reserve(uma_zone_t zone, int items)
4846{
4847 uma_keg_t keg;
4848
4849 KEG_GET(zone, keg);
4850 KEG_ASSERT_COLD(keg);
4851 keg->uk_reserve = items;
4852}
4853
4854#ifndef FSTACK
4855/* See uma.h */

Callers 3

devinitFunction · 0.85
vmem_startupFunction · 0.85
vm_map_startupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected