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

Function uma_dbg_zskip

freebsd/vm/uma_core.c:5401–5409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5399}
5400
5401static bool
5402uma_dbg_zskip(uma_zone_t zone, void *mem)
5403{
5404
5405 if ((zone->uz_flags & UMA_ZFLAG_CACHE) != 0)
5406 return (true);
5407
5408 return (uma_dbg_kskip(zone->uz_keg, mem));
5409}
5410
5411static bool
5412uma_dbg_kskip(uma_keg_t keg, void *mem)

Callers 2

item_ctorFunction · 0.85
item_dtorFunction · 0.85

Calls 1

uma_dbg_kskipFunction · 0.85

Tested by

no test coverage detected