Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
303
static inline uint32_t
304
cache_uz_flags(uma_cache_t cache)
305
{
306
307
return (cache->uc_freebucket.ucb_spare);
308
}
309
310
static inline uint32_t
311
cache_uz_size(uma_cache_t cache)
Callers
6
cache_fetch_bucket
Function · 0.70
cache_alloc_item
Function · 0.70
cache_alloc
Function · 0.70
uma_zfree_smr
Function · 0.70
uma_zfree_arg
Function · 0.70
cache_free
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected