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

Function cache_uz_size

freebsd/vm/uma_int.h:310–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310static inline uint32_t
311cache_uz_size(uma_cache_t cache)
312{
313
314 return (cache->uc_allocbucket.ucb_spare);
315}
316
317/*
318 * Per-domain slab lists. Embedded in the kegs.

Callers 2

cache_alloc_itemFunction · 0.70
uma_zfree_argFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected