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

Function cache_uz_flags

freebsd/vm/uma_int.h:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303static inline uint32_t
304cache_uz_flags(uma_cache_t cache)
305{
306
307 return (cache->uc_freebucket.ucb_spare);
308}
309
310static inline uint32_t
311cache_uz_size(uma_cache_t cache)

Callers 6

cache_fetch_bucketFunction · 0.70
cache_alloc_itemFunction · 0.70
cache_allocFunction · 0.70
uma_zfree_smrFunction · 0.70
uma_zfree_argFunction · 0.70
cache_freeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected